Click or drag to resize

NodeDocument Class

Inheritance Hierarchy
SystemObject
  Document
    Novalys.VisualGuard.Security.Tools.Documentation.iTextSharpNodeDocument

Namespace:  Novalys.VisualGuard.Security.Tools.Documentation.iTextSharp
Assembly:  Novalys.VisualGuard.Security.Tools.Documentation (in Novalys.VisualGuard.Security.Tools.Documentation.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public sealed class NodeDocument : Document

The NodeDocument type exposes the following members.

Constructors
  NameDescription
Public methodNodeDocument
Initializes a new instance of the NodeDocument class
Top
Properties
  NameDescription
Public propertyAuthor
Public propertyBottom (Inherited from Document.)
Public propertyBottomMargin (Inherited from Document.)
Public propertyCurrentChapter
Public propertyFooter (Inherited from Document.)
Public propertyHeader (Inherited from Document.)
Public propertyHtmlStyleClass (Inherited from Document.)
Public propertyJavaScript_onLoad (Inherited from Document.)
Public propertyJavaScript_onUnLoad (Inherited from Document.)
Public propertyLeft (Inherited from Document.)
Public propertyLeftMargin (Inherited from Document.)
Public propertyOptions
Public propertyPageCount (Inherited from Document.)
Public propertyPageNumber (Inherited from Document.)
Public propertyPageSize (Inherited from Document.)
Public propertyRight (Inherited from Document.)
Public propertyRightMargin (Inherited from Document.)
Public propertySubTitle
Public propertyTitle
Public propertyTop (Inherited from Document.)
Public propertyTopMargin (Inherited from Document.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from Document.)
Public methodAddAuthor (Inherited from Document.)
Public methodAddCreationDate (Inherited from Document.)
Public methodAddCreator (Inherited from Document.)
Public methodAddDocListener (Inherited from Document.)
Public methodAddHeader (Inherited from Document.)
Public methodAddKeywords (Inherited from Document.)
Public methodAddProducer (Inherited from Document.)
Public methodAddSubject (Inherited from Document.)
Public methodAddTitle (Inherited from Document.)
Public methodClose (Overrides Document.Close.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBottom (Inherited from Document.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLeft (Inherited from Document.)
Public methodGetRight (Inherited from Document.)
Public methodGetTop (Inherited from Document.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeGeneration
Public methodIsMarginMirroring (Inherited from Document.)
Public methodIsOpen (Inherited from Document.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewPage (Inherited from Document.)
Public methodOpen (Inherited from Document.)
Public methodRemoveIDocListener (Inherited from Document.)
Public methodResetFooter (Inherited from Document.)
Public methodResetHeader (Inherited from Document.)
Public methodResetPageCount (Inherited from Document.)
Public methodSetMarginMirroring (Inherited from Document.)
Public methodSetMargins (Inherited from Document.)
Public methodSetPageSize(Rectangle) (Inherited from Document.)
Public methodSetPageSize(PageSize)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldclose (Inherited from Document.)
Protected fieldfooter (Inherited from Document.)
Protected fieldheader (Inherited from Document.)
Protected fieldhtmlStyleClass (Inherited from Document.)
Protected fieldjavaScript_onLoad (Inherited from Document.)
Protected fieldjavaScript_onUnLoad (Inherited from Document.)
Protected fieldmarginBottom (Inherited from Document.)
Protected fieldmarginLeft (Inherited from Document.)
Protected fieldmarginMirroring (Inherited from Document.)
Protected fieldmarginRight (Inherited from Document.)
Protected fieldmarginTop (Inherited from Document.)
Protected fieldopen (Inherited from Document.)
Protected fieldpageN (Inherited from Document.)
Protected fieldpageSize (Inherited from Document.)
Top
See Also