Click or drag to resize

HeaderFooter Class

Inheritance Hierarchy

Namespace:  Spire.Doc
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public class HeaderFooter : Body

The HeaderFooter type exposes the following members.

Properties
  NameDescription
Public propertyChildObjects (Inherited from Body.)
Public propertyCount
Gets count of child object.
(Inherited from DocumentContainer.)
Public propertyDocument
Gets the document.
(Inherited from OwnerHolder.)
Public propertyDocumentObjectType
Gets the type of the document object.
(Overrides BodyDocumentObjectType.)
Public propertyFirstChild (Inherited from DocumentObject.)
Public propertyFirstParagraph
Gets the First paragraph.
(Inherited from Body.)
Public propertyFormFields
Gets the form fields.
(Inherited from Body.)
Public propertyIsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
Public propertyLastChild (Inherited from DocumentObject.)
Public propertyLastParagraph
Gets the last paragraph.
(Inherited from Body.)
Public propertyLinkToPrevious
Public propertyNextSibling
Gets the next sibling.
(Inherited from DocumentObject.)
Public propertyOwner
Gets the owner of this entity.
(Inherited from DocumentObject.)
Public propertyParagraphs
Gets inner paragraphs
(Inherited from Body.)
Public propertyPreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
Public propertyTables
Gets inner tables
(Inherited from Body.)
Protected propertyWidgetCollection (Inherited from Body.)
Protected propertyXDLSHolder (Inherited from DocumentSerializable.)
Top
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
Fields
  NameDescription
Protected fieldm_bodyItems (Inherited from Body.)
Protected fieldm_doc (Inherited from OwnerHolder.)
Top
See Also