Click or drag to resize

HeaderFooter Methods

The HeaderFooter type exposes the following members.

Methods
  NameDescription
Public methodAddParagraph
Adds paragraph at end of section.
(Inherited from Body.)
Public methodAddTable
Adds the table.
(Inherited from Body.)
Public methodAddTable(Boolean)
Adds the table.
(Inherited from Body.)
Public methodClone (Inherited from DocumentObject.)
Protected methodCloneImpl (Overrides BodyCloneImpl.)
Protected methodCreateLayoutInfo (Inherited from Body.)
Public methodEnsureMinimum
If the text body has no paragraphs, creates and appends one Paragraph.
(Inherited from Body.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIndex (Inherited from DocumentContainer.)
Public methodGetNextWidgetSibling (Inherited from DocumentObject.)
Public methodGetPreviousWidgetSibling (Inherited from DocumentObject.)
Public methodGetType (Inherited from Object.)
Protected methodInitXDLSHolder (Inherited from Body.)
Public methodInsertXHTML(String)
Inserts html at end of text body.
(Inherited from Body.)
Public methodInsertXHTML(String, Int32)
Inserts html. Inserting begins from paragraph specified by paragraphIndex
(Inherited from Body.)
Public methodInsertXHTML(String, Int32, Int32)
Inserts html. Inserting begins from paragraph specified by paragraphIndex, and paragraph item specified by paragraphItemIndex
(Inherited from Body.)
Public methodIsValidXHTML(String, XHTMLValidationType)
Validates the XHTML.
(Inherited from Body.)
Public methodIsValidXHTML(String, XHTMLValidationType, String)
Validates the XHTML.
(Inherited from Body.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodReadXmlAttributes (Inherited from DocumentSerializable.)
Protected methodReadXmlContent (Inherited from DocumentSerializable.)
Protected methodRestoreReference (Inherited from DocumentSerializable.)
Public methodToString (Inherited from Object.)
Public methodToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject.)
Protected methodWriteXmlAttributes (Inherited from DocumentSerializable.)
Protected methodWriteXmlContent (Inherited from DocumentSerializable.)
Top
See Also