Class FootnoteSeparator
java.lang.Object
com.independentsoft.office.odf.styles.FootnoteSeparator
Represents the line that separates a footnote area from a body text area on a page.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the FootnoteSeparator class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Specifies how a footnote separator line is aligned on a page.getColor()Gets the color of a column or footnote separator line.Gets the space between a footnote separator line and the footnote text.Gets the space between the body text area and a footnote separator line.Gets the style of a footnote separator line.Gets the length of the footnote separator line as a percentage of the body text area.getWidth()Gets the width or thickness of a line.voidsetAdjustment(Adjustment adjustment)Specifies how a footnote separator line is aligned on a page.voidSets the color of a column or footnote separator line.voidsetDistanceAfterSeparator(Size distanceAfterSeparator)Sets the space between a footnote separator line and the footnote text.voidsetDistanceBeforeSeparator(Size distanceBeforeSeparator)Sets the space between the body text area and a footnote separator line.voidsetLineStyle(LineStyle lineStyle)Sets the style of a footnote separator line.voidsetRelativeWidth(Size relativeWidth)Sets the length of the footnote separator line as a percentage of the body text area.voidSets the width or thickness of a line.toString()Converts the value of the current FootnoteSeparator object to its equivalent string representation.
-
Constructor Details
-
FootnoteSeparator
public FootnoteSeparator()Initializes a new instance of the FootnoteSeparator class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current FootnoteSeparator object to its equivalent string representation. -
getWidth
Gets the width or thickness of a line.- Returns:
- the width
-
setWidth
Sets the width or thickness of a line.- Parameters:
width- the new width
-
getRelativeWidth
Gets the length of the footnote separator line as a percentage of the body text area.- Returns:
- the relative width
-
setRelativeWidth
Sets the length of the footnote separator line as a percentage of the body text area.- Parameters:
relativeWidth- the new relative width
-
getColor
Gets the color of a column or footnote separator line.- Returns:
- the color
-
setColor
Sets the color of a column or footnote separator line.- Parameters:
color- the new color
-
getLineStyle
Gets the style of a footnote separator line.- Returns:
- the line style
-
setLineStyle
Sets the style of a footnote separator line.- Parameters:
lineStyle- the new line style
-
getAdjustment
Specifies how a footnote separator line is aligned on a page.- Returns:
- the adjustment
-
setAdjustment
Specifies how a footnote separator line is aligned on a page.- Parameters:
adjustment- the new adjustment
-
getDistanceBeforeSeparator
Gets the space between the body text area and a footnote separator line.- Returns:
- the distance before separator
-
setDistanceBeforeSeparator
Sets the space between the body text area and a footnote separator line.- Parameters:
distanceBeforeSeparator- the new distance before separator
-
getDistanceAfterSeparator
Gets the space between a footnote separator line and the footnote text.- Returns:
- the distance after separator
-
setDistanceAfterSeparator
Sets the space between a footnote separator line and the footnote text.- Parameters:
distanceAfterSeparator- the new distance after separator
-