PresentationNotesPosition
PresentationNotesPosition class
Represents the way notes are printed with the slide.
public class PresentationNotesPosition : Enumeration
Constructors
Methods
Name |
Description |
CompareTo(object) |
Compares current object to other. |
virtual Equals(Enumeration) |
Determines whether two object instances are equal. |
override Equals(object) |
Determines whether two object instances are equal. |
override GetHashCode() |
Serves as the default hash function. |
override ToString() |
Returns a string that represents the current object. |
Fields
Name |
Description |
static readonly BottomFull |
Specifies the notes should be full displayed using additional pages as it is needed. |
static readonly BottomTruncated |
Specifies the notes should be displayed in only one page. |
static readonly None |
Notes will not be printed. |
See Also