public class Section extends XmlEntityWithInternals
Modifier and Type | Field and Description |
---|---|
HeaderFooter |
AdditionalEvenFooter
Gets or sets a
HeaderFooter object that indicates the additional even footer of the section. |
HeaderFooter |
AdditionalEvenHeader
Gets or sets a
HeaderFooter object that indicates the additional even header of the section. |
HeaderFooter |
AdditionalOddFooter
Gets or sets a
HeaderFooter object that indicates the odd footer of the section. |
HeaderFooter |
AdditionalOddHeader
Gets or sets a
HeaderFooter object that indicates the additional odd header of the section. |
Color |
BackgroundColor
Gets or sets a
Aspose.Pdf.Color object that indicates the background color of the
section. |
String |
BackgroundImageFile |
float |
BackgroundImageFixedWidth |
int |
BackgroundImageType |
int |
ColumnCount |
String |
ColumnSpacing |
String |
ColumnWidths |
HeaderFooter |
EvenFooter
Gets or sets a
HeaderFooter object that indicates the footer that will be shown on even pages of document. |
HeaderFooter |
EvenHeader
Gets or sets a
HeaderFooter object that indicates header that will be shown on event pages of section. |
int |
FirstLineIndent |
PageSetup |
FirstPageInfo |
GraphInfo |
GraphInfo
Gets or sets a
GraphInfo object that indicates the graph info in the Pdf document,
that will be used as default one to all added Graph objects. |
boolean |
HasColumnLine |
String |
ID |
boolean |
IsAutoHyphenated
Gets or sets a int value that indicates the starting page number of the section.
|
boolean |
IsBackgroundImageBlackWhite |
boolean |
IsDisabled |
boolean |
IsLandscape |
boolean |
IsNewColumn |
boolean |
IsNewPage |
boolean |
IsPageNumberRestarted |
boolean |
IsSpaced |
boolean |
IsWidowOrphanControlEnabled
Gets or sets a bool value that indicates whether the Widow/Orphan control is enabled.
|
HeaderFooter |
OddFooter
Gets or sets a
HeaderFooter object that indicates the footer that will be shown on odd pages of section. |
HeaderFooter |
OddHeader
Gets or sets a
HeaderFooter object that indicates the header that will be shown on odd pages of section. |
PageSetup |
PageInfo |
int |
PageRotatingAngle |
Paragraphs |
Paragraphs |
int |
StartingPageNumber |
TextInfo |
TextInfo |
public TextInfo TextInfo
public Paragraphs Paragraphs
public boolean IsLandscape
public int FirstLineIndent
public boolean IsSpaced
public boolean IsNewColumn
public boolean IsDisabled
public boolean IsPageNumberRestarted
public boolean IsNewPage
public int StartingPageNumber
public String ID
public String BackgroundImageFile
public int BackgroundImageType
public float BackgroundImageFixedWidth
public boolean IsBackgroundImageBlackWhite
public int PageRotatingAngle
public int ColumnCount
public String ColumnWidths
public String ColumnSpacing
public boolean HasColumnLine
public boolean IsAutoHyphenated
Gets or sets a int value that indicates the starting page number of the section. Default is 1.
public boolean IsWidowOrphanControlEnabled
Gets or sets a bool value that indicates whether the Widow/Orphan control is enabled. Default is true. If it is true, Widow/Orphan control is enabled and Widows/orphans themselves are eliminated (disabled).
public Color BackgroundColor
Gets or sets a Aspose.Pdf.Color
object that indicates the background color of the
section.
public GraphInfo GraphInfo
Gets or sets a GraphInfo
object that indicates the graph info in the Pdf document,
that will be used as default one to all added Graph objects.
public PageSetup PageInfo
public PageSetup FirstPageInfo
public HeaderFooter OddFooter
Gets or sets a HeaderFooter
object that indicates the footer that will be shown on odd pages of section.
public HeaderFooter AdditionalOddFooter
Gets or sets a HeaderFooter
object that indicates the odd footer of the section.
If the first page needs one footer style, the subsequent pages need another footer style, the additional
footer is needed.
public HeaderFooter OddHeader
Gets or sets a HeaderFooter
object that indicates the header that will be shown on odd pages of section.
public HeaderFooter AdditionalOddHeader
Gets or sets a HeaderFooter
object that indicates the additional odd header of the section.
If the first page needs one header style, the subsequent pages need another header style, the additional
header is needed.
public HeaderFooter EvenFooter
Gets or sets a HeaderFooter
object that indicates the footer that will be shown on even pages of document.
public HeaderFooter AdditionalEvenFooter
Gets or sets a HeaderFooter
object that indicates the additional even footer of the section.
If the first page needs one footer style, the subsequent pages need another footer style, the additional
footer is needed.
public HeaderFooter EvenHeader
Gets or sets a HeaderFooter
object that indicates header that will be shown on event pages of section.
public HeaderFooter AdditionalEvenHeader
Gets or sets a HeaderFooter
object that indicates the additional even header of the section.
If the first page needs one header style, the subsequent pages need another header style, the additional
header is needed.
public Section()
Initializes a new instance of the Section
class.
public Section(LegacyPdf pdf)
Initializes a new instance of the Section
class.
pdf
- The pdf document object.
Pdf
object.
Copyright © 2014 Aspose. All Rights Reserved.