/// <summary> /// Removes the presentation format. /// </summary> public void RemovePresentationFormat() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_PRESFORMAT); }
/// <summary> /// Removes the links dirty. /// </summary> public void RemoveLinksDirty() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_LINKSDIRTY); }
/// <summary> /// Removes the keywords. /// </summary> public void RemoveKeywords() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_KEYWORDS); }
/// <summary> /// Removes the heading pair. /// </summary> public void RemoveHeadingPair() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_HEADINGPAIR); }
/// <summary> /// Removes the manager. /// </summary> public void RemoveManager() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_MANAGER); }
/// <summary> /// Removes the note count. /// </summary> public void RemoveNoteCount() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_NOTECOUNT); }
/// <summary> /// Removes the MMClip count. /// </summary> public void RemoveMMClipCount() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_MMCLIPCOUNT); }
/// <summary> /// Removes the last printed. /// </summary> public void RemoveLastPrinted() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_LASTPRINTED); }
/// <summary> /// Removes the create date time. /// </summary> public void RemoveCreateDateTime() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_Create_DTM); }
/// <summary> /// Removes the rev number. /// </summary> public void RemoveRevNumber() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_REVNUMBER); }
/// <summary> /// Removes the edit time. /// </summary> public void RemoveEditTime() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_EDITTIME); }
/// <summary> /// Removes the last author. /// </summary> public void RemoveLastAuthor() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_LASTAUTHOR); }
/// <summary> /// Removes the template. /// </summary> public void RemoveTemplate() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_TEMPLATE); }
/// <summary> /// Removes the comments. /// </summary> public void RemoveComments() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_COMMENTS); }
/// <summary> /// Removes the par count. /// </summary> public void RemoveParCount() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_PARCOUNT); }
/// <summary> /// Removes the last save date time. /// </summary> public void RemoveLastSaveDateTime() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_LASTSAVE_DTM); }
/// <summary> /// Removes the slide count. /// </summary> public void RemoveSlideCount() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_SLIDECOUNT); }
/// <summary> /// Removes the word count. /// </summary> public void RemoveWordCount() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_WORDCOUNT); }
/// <summary> /// Removes the hidden count. /// </summary> public void RemoveHiddenCount() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_HIDDENCOUNT); }
/// <summary> /// Removes the thumbnail. /// </summary> public void RemoveThumbnail() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_THUMBNAIL); }
/// <summary> /// Removes the scale. /// </summary> public void RemoveScale() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_SCALE); }
/// <summary> /// Removes the name of the application. /// </summary> public void RemoveApplicationName() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_APPNAME); }
/// <summary> /// Removes the doc parts. /// </summary> public void RemoveDocparts() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_DOCPARTS); }
/// <summary> /// Removes the security code. /// </summary> public void RemoveSecurity() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_SECURITY); }
/// <summary> /// Removes the company. /// </summary> public void RemoveCompany() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_COMPANY); }
/// <summary> /// Removes the title. /// </summary> public void RemoveTitle() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_TITLE); }
/// <summary> /// Removes the category. /// </summary> public void RemoveCategory() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_CATEGORY); }
/// <summary> /// Removes the subject. /// </summary> public void RemoveSubject() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_SUBJECT); }