/// <summary>
        /// Removes the scale.
        /// </summary>
        public void RemoveScale()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_SCALE);
        }
        /// <summary>
        /// Removes the heading pair.
        /// </summary>
        public void RemoveHeadingPair()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_HEADINGPAIR);
        }
        /// <summary>
        /// Removes the hidden count.
        /// </summary>
        public void RemoveHiddenCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_HIDDENCOUNT);
        }
        /// <summary>
        /// Removes the MMClip count.
        /// </summary>
        public void RemoveMMClipCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_MMCLIPCOUNT);
        }
        /// <summary>
        /// Removes the slide count.
        /// </summary>
        public void RemoveSlideCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_SLIDECOUNT);
        }
        /// <summary>
        /// Removes the note count.
        /// </summary>
        public void RemoveNoteCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_NOTECOUNT);
        }
        /// <summary>
        /// Removes the presentation format.
        /// </summary>
        public void RemovePresentationFormat()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_PRESFORMAT);
        }
        /// <summary>
        /// Removes the par count.
        /// </summary>
        public void RemoveParCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_PARCOUNT);
        }
Exemplo n.º 9
0
        /// <summary>
        /// Removes the category.
        /// </summary>
        public void RemoveCategory()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_CATEGORY);
        }
Exemplo n.º 10
0
        /// <summary>
        /// Removes the links dirty.
        /// </summary>
        public void RemoveLinksDirty()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_LINKSDIRTY);
        }
Exemplo n.º 11
0
        /// <summary>
        /// Removes the company.
        /// </summary>
        public void RemoveCompany()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_COMPANY);
        }
Exemplo n.º 12
0
        /// <summary>
        /// Removes the manager.
        /// </summary>
        public void RemoveManager()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_MANAGER);
        }
Exemplo n.º 13
0
        /// <summary>
        /// Removes the doc parts.
        /// </summary>
        public void RemoveDocparts()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_DOCPARTS);
        }