Class SectionFootnoteProperties
java.lang.Object
com.independentsoft.office.word.footnoteEndnote.SectionFootnoteProperties
The Class SectionFootnoteProperties.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new section footnote properties.Instantiates a new section footnote properties. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the numbering format.Gets the placement.Gets the restart number.longGets the start number.static booleanChecks if is empty.voidsetNumberingFormat(NumberingFormat numberingFormat)Sets the numbering format.voidsetPlacement(FootnotePositioningLocation placement)Sets the placement.voidsetRestartNumber(RestartNumber restartNumber)Sets the restart number.voidsetStartNumber(long startNumber)Sets the start number.toString()
-
Constructor Details
-
SectionFootnoteProperties
public SectionFootnoteProperties()Instantiates a new section footnote properties. -
SectionFootnoteProperties
Instantiates a new section footnote properties.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
isEmpty
Checks if is empty.- Parameters:
value- the value- Returns:
- true, if is empty
-
getNumberingFormat
Gets the numbering format.- Returns:
- the numbering format
-
setNumberingFormat
Sets the numbering format.- Parameters:
numberingFormat- the new numbering format
-
getRestartNumber
Gets the restart number.- Returns:
- the restart number
-
setRestartNumber
Sets the restart number.- Parameters:
restartNumber- the new restart number
-
getStartNumber
public long getStartNumber()Gets the start number.- Returns:
- the start number
-
setStartNumber
public void setStartNumber(long startNumber)Sets the start number.- Parameters:
startNumber- the new start number
-
getPlacement
Gets the placement.- Returns:
- the placement
-
setPlacement
Sets the placement.- Parameters:
placement- the new placement
-