Class PageNumberingSettings
java.lang.Object
com.independentsoft.office.word.sections.PageNumberingSettings
The Class PageNumberingSettings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the chapter heading style.Gets the chapter separator.intGets the first page number.Gets the page numbering format.voidsetChapterHeadingStyle(int chapterHeadingStyle)Sets the chapter heading style.voidsetChapterSeparator(ChapterSeparatorType chapterSeparator)Sets the chapter separator.voidsetFirstPageNumber(int firstPageNumber)Sets the first page number.voidsetPageNumberingFormat(NumberingFormat pageNumberingFormat)Sets the page numbering format.toString()
-
Constructor Details
-
PageNumberingSettings
public PageNumberingSettings()Instantiates a new page numbering settings.
-
-
Method Details
-
clone
-
toString
-
getChapterSeparator
Gets the chapter separator.- Returns:
- the chapter separator
-
setChapterSeparator
Sets the chapter separator.- Parameters:
chapterSeparator- the new chapter separator
-
getChapterHeadingStyle
public int getChapterHeadingStyle()Gets the chapter heading style.- Returns:
- the chapter heading style
-
setChapterHeadingStyle
public void setChapterHeadingStyle(int chapterHeadingStyle)Sets the chapter heading style.- Parameters:
chapterHeadingStyle- the new chapter heading style
-
getPageNumberingFormat
Gets the page numbering format.- Returns:
- the page numbering format
-
setPageNumberingFormat
Sets the page numbering format.- Parameters:
pageNumberingFormat- the new page numbering format
-
getFirstPageNumber
public int getFirstPageNumber()Gets the first page number.- Returns:
- the first page number
-
setFirstPageNumber
public void setFirstPageNumber(int firstPageNumber)Sets the first page number.- Parameters:
firstPageNumber- the new first page number
-