- PageStyle - Class in org.simpleods
-
- PageStyle(String, OdsFile) - Constructor for class org.simpleods.PageStyle
-
Create a new page style.
- POSITION_ALL - Static variable in class org.simpleods.BorderStyle
-
Flag to indicate that all borders should be shown, used by setPosition().
- POSITION_BOTTOM - Static variable in class org.simpleods.BorderStyle
-
Flag to indicate that the bottom border should be shown, used by setPosition().
- POSITION_LEFT - Static variable in class org.simpleods.BorderStyle
-
Flag to indicate that the left border should be shown, used by setPosition().
- POSITION_RIGHT - Static variable in class org.simpleods.BorderStyle
-
Flag to indicate that the right border should be shown, used by setPosition().
- POSITION_TOP - Static variable in class org.simpleods.BorderStyle
-
Flag to indicate that the top border should be shown, used by setPosition().
- positionToColumn(String) - Method in class org.simpleods.Util
-
Convert a cell position string like B3 to the column number.
- positionToRow(String) - Method in class org.simpleods.Util
-
Convert a string like B3 to the row number.
- printAll() - Method in class org.simpleods.ObjectQueue
-
Print all objects in this ObjectQueue to System.out.