Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class HeadersFooters : DocumentSerializable, 
	IEnumerable
Public Class HeadersFooters
	Inherits DocumentSerializable
	Implements IEnumerable
public ref class HeadersFooters : public DocumentSerializable, 
	IEnumerable
type HeadersFooters =  
    class
        inherit DocumentSerializable
        interface IEnumerable
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CloneImpl()()()() (Overrides DocumentSerializable..::..CloneImpl()()()().)
Document
Gets the document.
(Inherited from OwnerHolder.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EvenFooter
Gets even footer
EvenHeader
Gets even header.
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FirstPageFooter
Gets first page footer.
FirstPageHeader
Gets first page header.
Footer
Gets default footer.
GetEnumerator()()()()
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Header
Gets default header.
InitXDLSHolder()()()() (Overrides DocumentSerializable..::..InitXDLSHolder()()()().)
IsEmpty
Detects whether all headers/footers are empty.
Item[([( Int32])])
Gets TextBody at specified index.
Item[([( HeaderFooterType])])
Gets TextBody by specified HeaderFooter type.
LinkToPrevious
If set to True if this header or footer is linked in the previous section.
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OddFooter
Gets odd footer ( This is also the default footer ).
OddHeader
Gets odd header ( This is also the default header ).
ReadXmlAttributes(IXDLSAttributeReader) (Inherited from DocumentSerializable.)
ReadXmlContent(IXDLSContentReader) (Inherited from DocumentSerializable.)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteXmlAttributes(IXDLSAttributeWriter) (Inherited from DocumentSerializable.)
WriteXmlContent(IXDLSContentWriter) (Inherited from DocumentSerializable.)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

See Also