SectionPropertiesRevision Class
Represents a revision of the section properties.
public class SectionPropertiesRevision : Revision
Public Class SectionPropertiesRevision
Inherits Revision
- Inheritance:
- System.ObjectSectionPropertiesRevision
Constructors
SectionPropertiesRevision(DocumentModel)
Initializes a new instance of the SectionPropertiesRevision class.
public SectionPropertiesRevision(DocumentModel document)
Public Sub New(document As DocumentModel)
Parameters
document
- DocumentModel
The owning document
Properties
EndnoteSettings
Gets the endnote settings.
public NoteSettings EndnoteSettings { get; }
Public ReadOnly Property EndnoteSettings As NoteSettings
Property Value
The endnote settings.
FootnoteSettings
Gets the footnote settings.
public NoteSettings FootnoteSettings { get; }
Public ReadOnly Property FootnoteSettings As NoteSettings
Property Value
The footnote settings.
PageSetup
Gets or sets the page setup that was used before this revision was applied.
Property Value
The page setup that was used before this revision was applied.
Inherited Properties
Author | Gets or sets the author of the revision. (Inherited from Revision) |
Date | Gets or sets the date when the revision was created. (Inherited from Revision) |
RevisionType | Gets the type of this revision. (Inherited from Revision) |
Inherited Methods
Accept() | Accepts this revision. (Inherited from Revision) |
Reject() | Rejects this revision. (Inherited from Revision) |