PdfDocumentTemplate class

Encapsulates a page template for all the pages in the document.

Implementers

Properties

bottom PdfPageTemplateElement?
Gets a bottom page template.
getter/setter pair
evenBottom PdfPageTemplateElement?
Gets a even bottom page template.
getter/setter pair
evenLeft PdfPageTemplateElement?
Gets a even left page template.
getter/setter pair
evenRight PdfPageTemplateElement?
Gets a even right page template.
getter/setter pair
evenTop PdfPageTemplateElement?
Gets a even top page template.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
left PdfPageTemplateElement?
Gets a left page template.
getter/setter pair
oddBottom PdfPageTemplateElement?
Gets a odd bottom page template.
getter/setter pair
oddLeft PdfPageTemplateElement?
Gets a odd left page template.
getter/setter pair
oddRight PdfPageTemplateElement?
Gets a odd right page template.
getter/setter pair
oddTop PdfPageTemplateElement?
Gets a odd top page template.
getter/setter pair
Gets a right page template.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stamps PdfStampCollection
Gets a collection of stamp elements.
no setter
top PdfPageTemplateElement?
Gets a top page template.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited