API Reference

Class

LegacyPptDocumentSettings

Namespace OfficeIMO.PowerPoint.LegacyPpt.Model
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Represents the complete fixed-width DocumentAtom settings.

Inheritance

  • Object
  • LegacyPptDocumentSettings

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public Int32 SlideWidth { get; } #

Gets the presentation width in master units.

public Int32 SlideHeight { get; } #

Gets the presentation height in master units.

public Int32 NotesWidth { get; } #

Gets the notes and handout width in master units.

public Int32 NotesHeight { get; } #

Gets the notes and handout height in master units.

public Int32 ServerZoomNumerator { get; } #

Gets the OLE server-zoom numerator.

public Int32 ServerZoomDenominator { get; } #

Gets the OLE server-zoom denominator.

public UInt32 NotesMasterPersistId { get; } #

Gets the notes-master persist reference.

public UInt32 HandoutMasterPersistId { get; } #

Gets the handout-master persist reference.

public UInt16 FirstSlideNumber { get; } #

Gets the first displayed slide number.

public UInt16 RawSlideSizeType { get; } #

Gets the raw binary slide-size category.

public Nullable<LegacyPptSlideSizeType> SlideSizeType { get; } #

Gets the typed slide-size category, or null when undefined.

public Boolean SaveWithFonts { get; } #

Gets whether the source requests embedded font programs.

public Boolean OmitTitlePlaceholders { get; } #

Gets whether special placeholders are omitted from title slides.

public Boolean RightToLeft { get; } #

Gets whether the presentation UI is optimized for right-to-left languages.

public Boolean ShowComments { get; } #

Gets whether legacy comments are displayed.