- Border - Class in org.odftoolkit.simple.style
-
This class represents border style settings, including line style, color,
width, inner line width, outer line width and the distance.
- Border() - Constructor for class org.odftoolkit.simple.style.Border
-
Constructor to create an empty border
- Border(Color, double, StyleTypeDefinitions.SupportedLinearMeasure) - Constructor for class org.odftoolkit.simple.style.Border
-
Constructor to create a single line border
- Border(Color, double, double, double, StyleTypeDefinitions.SupportedLinearMeasure) - Constructor for class org.odftoolkit.simple.style.Border
-
Constructor to create a double line border
- BulletDecorator - Class in org.odftoolkit.simple.text.list
-
BulletDecorator is an implementation of the ListDecorator interface,
decorates a given List as bullet list.
- BulletDecorator(Document) - Constructor for class org.odftoolkit.simple.text.list.BulletDecorator
-
Constructor with Document.
- Button - Class in org.odftoolkit.simple.form
-
This class represents the form control of Button, provides methods to get/set
the form properties and the style formatting of this control.