| 
Paragraph
AppendFootnote Method (FootnoteType, Boolean)
  | 
 Appends the footnote.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Footnote AppendFootnote(
	FootnoteType type,
	bool bIsAutoNumbered
)
 
Public Function AppendFootnote ( 
	type As FootnoteType,
	bIsAutoNumbered As Boolean
) As Footnote
 
public:
Footnote^ AppendFootnote(
	FootnoteType type, 
	bool bIsAutoNumbered
)
 
member AppendFootnote : 
type : FootnoteType * 
bIsAutoNumbered : bool -> Footnote 
 
 
 
Parameters
 
- 
type
 
- 
 Type:
 
Spire.Doc
FootnoteType
 
 The type.
- 
bIsAutoNumbered
 
- 
 Type:
 
System
Boolean
 
 Is auto numbered.
Return Value
 
 Type:
 
Footnote
 
 
 See Also
See Also