Package | Description |
---|---|
aspose.pdf | |
aspose.pdf.xml |
Modifier and Type | Method and Description |
---|---|
HeaderFooter |
Section.getAdditionalEvenFooter()
Gets or sets a
HeaderFooter object that indicates the
additional even footer of the section. |
HeaderFooter |
Section.getAdditionalEvenHeader()
Gets or sets a
HeaderFooter object that indicates the
additional even header of the section. |
HeaderFooter |
Section.getAdditionalOddFooter()
Gets or sets a
HeaderFooter object that indicates the
additional odd footer of the section. |
HeaderFooter |
Section.getAdditionalOddHeader()
Gets or sets a
HeaderFooter object that indicates the
additional odd header of the section. |
HeaderFooter |
Section.getEvenFooter()
Gets or sets a
HeaderFooter object that indicates the even
footer of the section. |
HeaderFooter |
Section.getEvenHeader()
Gets or sets a
HeaderFooter object that indicates the even
header of the section. |
HeaderFooter |
Section.getOddFooter()
Gets or sets a
HeaderFooter object that indicates the odd
footer of the section. |
HeaderFooter |
Section.getOddHeader()
Gets or sets a
HeaderFooter object that indicates the odd
header of the section. |
HeaderFooter |
Section.getWatermark() |
HeaderFooter |
Section.insertFooter(int type)
Insert footer of the section.
|
HeaderFooter |
Section.insertHeader(int type)
Insert Header of the section.
|
Modifier and Type | Method and Description |
---|---|
void |
Section.setAdditionalEvenFooter(HeaderFooter value) |
void |
Section.setAdditionalEvenHeader(HeaderFooter value) |
void |
Section.setAdditionalOddFooter(HeaderFooter value) |
void |
Section.setAdditionalOddHeader(HeaderFooter value) |
void |
Section.setEvenFooter(HeaderFooter value) |
void |
Section.setEvenHeader(HeaderFooter value) |
void |
Section.setOddFooter(HeaderFooter value) |
void |
Section.setOddHeader(HeaderFooter value) |
void |
Table.setParentHeaderFooter(HeaderFooter value) |
Constructor and Description |
---|
Graph(HeaderFooter hf)
Initializes a new instance of the
Graph class. |
Graph(HeaderFooter hf,
float width,
float height)
Initializes a new instance of the
Graph class. |
Image(HeaderFooter hf)
Initializes a new instance of the
Image class. |
Text(HeaderFooter hf)
Initializes a new instance of the
Text class. |
Text(HeaderFooter hf,
String content)
Initializes a new instance of the
Text class. |
Modifier and Type | Method and Description |
---|---|
static HeaderFooter |
SectionBase.insertFooter(Section section,
String type) |
static HeaderFooter |
SectionBase.insertHeader(Section section,
String type) |
Modifier and Type | Method and Description |
---|---|
static void |
HeaderFooterGenerator.processHeaderFooter(Pdf doc,
Section sec,
HeaderFooter hf,
AssignInfo originAssignInfo,
boolean isHeader) |
Copyright © 2016 Aspose. All Rights Reserved.