Beispiel #1
0
        /// <summary>
        /// Removes the last author.
        /// </summary>
        public void RemoveLastAuthor()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_LASTAUTHOR);
        }
Beispiel #2
0
        /// <summary>
        /// Removes the security code.
        /// </summary>
        public void RemoveSecurity()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_SECURITY);
        }
Beispiel #3
0
        /// <summary>
        /// Removes the slide count.
        /// </summary>
        public void RemoveSlideCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_SLIDECOUNT);
        }
Beispiel #4
0
        /// <summary>
        /// Removes the word count.
        /// </summary>
        public void RemoveWordCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_WORDCOUNT);
        }
Beispiel #5
0
        /// <summary>
        /// Removes the thumbnail.
        /// </summary>
        public void RemoveThumbnail()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_THUMBNAIL);
        }
Beispiel #6
0
        /// <summary>
        /// Removes the last printed.
        /// </summary>
        public void RemoveLastPrinted()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_LASTPRINTED);
        }
Beispiel #7
0
        /// <summary>
        /// Removes the last save date time.
        /// </summary>
        public void RemoveLastSaveDateTime()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_LASTSAVE_DTM);
        }
Beispiel #8
0
        /// <summary>
        /// Removes the manager.
        /// </summary>
        public void RemoveManager()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_MANAGER);
        }
Beispiel #9
0
        /// <summary>
        /// Removes the company.
        /// </summary>
        public void RemoveCompany()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_COMPANY);
        }
Beispiel #10
0
        /// <summary>
        /// Removes the heading pair.
        /// </summary>
        public void RemoveHeadingPair()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_HEADINGPAIR);
        }
Beispiel #11
0
        /// <summary>
        /// Removes the doc parts.
        /// </summary>
        public void RemoveDocparts()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_DOCPARTS);
        }
Beispiel #12
0
        /// <summary>
        /// Removes the scale.
        /// </summary>
        public void RemoveScale()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_SCALE);
        }
Beispiel #13
0
        /// <summary>
        /// Removes the MMClip count.
        /// </summary>
        public void RemoveMMClipCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_MMCLIPCOUNT);
        }
Beispiel #14
0
        /// <summary>
        /// Removes the hidden count.
        /// </summary>
        public void RemoveHiddenCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_HIDDENCOUNT);
        }
Beispiel #15
0
        /// <summary>
        /// Removes the rev number.
        /// </summary>
        public void RemoveRevNumber()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_REVNUMBER);
        }
Beispiel #16
0
        /// <summary>
        /// Removes the links dirty.
        /// </summary>
        public void RemoveLinksDirty()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_LINKSDIRTY);
        }
Beispiel #17
0
        /// <summary>
        /// Removes the edit time.
        /// </summary>
        public void RemoveEditTime()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_EDITTIME);
        }
Beispiel #18
0
        /// <summary>
        /// Removes the category.
        /// </summary>
        public void RemoveCategory()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_CATEGORY);
        }
Beispiel #19
0
        /// <summary>
        /// Removes the create date time.
        /// </summary>
        public void RemoveCreateDateTime()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_Create_DTM);
        }
Beispiel #20
0
        /// <summary>
        /// Removes the subject.
        /// </summary>
        public void RemoveSubject()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_SUBJECT);
        }
Beispiel #21
0
        /// <summary>
        /// Removes the page count.
        /// </summary>
        public void RemovePageCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_PAGECOUNT);
        }
Beispiel #22
0
        /// <summary>
        /// Removes the keywords.
        /// </summary>
        public void RemoveKeywords()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_KEYWORDS);
        }
Beispiel #23
0
        /// <summary>
        /// Removes the char count.
        /// </summary>
        public void RemoveCharCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_CHARCOUNT);
        }
Beispiel #24
0
        /// <summary>
        /// Removes the comments.
        /// </summary>
        public void RemoveComments()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_COMMENTS);
        }
Beispiel #25
0
        /// <summary>
        /// Removes the name of the application.
        /// </summary>
        public void RemoveApplicationName()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_APPNAME);
        }
Beispiel #26
0
        /// <summary>
        /// Removes the template.
        /// </summary>
        public void RemoveTemplate()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_TEMPLATE);
        }
Beispiel #27
0
        /// <summary>
        /// Removes the title.
        /// </summary>
        public void RemoveTitle()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_TITLE);
        }
Beispiel #28
0
        /// <summary>
        /// Removes the presentation format.
        /// </summary>
        public void RemovePresentationFormat()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_PRESFORMAT);
        }