/// <summary> /// Removes the links dirty. /// </summary> public void RemoveLinksDirty() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_LINKSDIRTY); }
/// <summary> /// Removes the category. /// </summary> public void RemoveCategory() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_CATEGORY); }
/// <summary> /// Removes the manager. /// </summary> public void RemoveManager() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_MANAGER); }
/// <summary> /// Removes the company. /// </summary> public void RemoveCompany() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_COMPANY); }
/// <summary> /// Removes the heading pair. /// </summary> public void RemoveHeadingPair() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_HEADINGPAIR); }
/// <summary> /// Removes the doc parts. /// </summary> public void RemoveDocparts() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_DOCPARTS); }
/// <summary> /// Removes the MMClip count. /// </summary> public void RemoveMMClipCount() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_MMCLIPCOUNT); }
/// <summary> /// Removes the scale. /// </summary> public void RemoveScale() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_SCALE); }
/// <summary> /// Removes the hidden count. /// </summary> public void RemoveHiddenCount() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_HIDDENCOUNT); }
/// <summary> /// Removes the note count. /// </summary> public void RemoveNoteCount() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_NOTECOUNT); }
/// <summary> /// Removes the slide count. /// </summary> public void RemoveSlideCount() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_SLIDECOUNT); }
/// <summary> /// Removes the par count. /// </summary> public void RemoveParCount() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_PARCOUNT); }
/// <summary> /// Removes the presentation format. /// </summary> public void RemovePresentationFormat() { MutableSection s = (MutableSection)FirstSection; s.RemoveProperty(PropertyIDMap.PID_PRESFORMAT); }