- PageCountField - Class in org.odftoolkit.simple.common.field
-
A PageCountField displays the total number of pages in a document.
- PageLayoutProperties - Class in org.odftoolkit.simple.style
-
This class represents the page layout style settings.
- PageLayoutProperties() - Constructor for class org.odftoolkit.simple.style.PageLayoutProperties
-
Create an instance of PageLayoutProperties
- PageLayoutProperties(StylePageLayoutPropertiesElement) - Constructor for class org.odftoolkit.simple.style.PageLayoutProperties
-
Create an instance of PageLayoutProperties from an element
- PageNumberField - Class in org.odftoolkit.simple.common.field
-
A PageNumberField displays the current page number of pages in a document.
- PageNumberField.DisplayType - Enum in org.odftoolkit.simple.common.field
-
A DisplayType represents the selected page attribute of the field.
- Paragraph - Class in org.odftoolkit.simple.text
-
This class presents paragraph element in ODF document.
- ParagraphContainer - Interface in org.odftoolkit.simple.text
-
ParagraphContainer is a container which maintains paragraph(s) as element(s).
- ParagraphProperties - Class in org.odftoolkit.simple.style
-
This class represents the paragraph style settings.
- ParagraphProperties() - Constructor for class org.odftoolkit.simple.style.ParagraphProperties
-
Create an empty paragraph style setting object
- ParagraphProperties(StyleParagraphPropertiesElement) - Constructor for class org.odftoolkit.simple.style.ParagraphProperties
-
Create a paragraph style setting object, which has the association with an element
"style:paragraph-properties".
- ParagraphSelection - Class in org.odftoolkit.simple.common.navigation
-
This is a decorator class of TextSelection, which help user replace a text content with a
Paragraph.
- ParagraphSelection(TextSelection) - Constructor for class org.odftoolkit.simple.common.navigation.ParagraphSelection
-
Construct a ParagraphSelection with TextSelection.
- paragraphStyle - Variable in class org.odftoolkit.simple.text.list.NumberDecoratorBase
-
- ParagraphStyleHandler - Class in org.odftoolkit.simple.text
-
This class provides functions to handle the style of a paragraph.
- pasteAtEndOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
-
Paste this selection just after a specific selection.
- pasteAtEndOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.ImageSelection
-
Paste this selection just after a specific selection.
- pasteAtEndOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.ParagraphSelection
-
Paste this selection just after a specific selection.
- pasteAtEndOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.Selection
-
Paste current Selection
at end of the specified position Selection
.
- pasteAtEndOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.TableSelection
-
Paste this selection just after a specific selection.
- pasteAtEndOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.TextDocumentSelection
-
Paste this selection just after a specific selection.
- pasteAtEndOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
Paste this selection just after a specific selection.
- pasteAtFrontOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
-
Paste this selection just before a specific selection.
- pasteAtFrontOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.ImageSelection
-
Paste this selection just before a specific selection.
- pasteAtFrontOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.ParagraphSelection
-
Paste this selection just before a specific selection.
- pasteAtFrontOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.Selection
-
Paste current Selection
at front of the specified position Selection
.
- pasteAtFrontOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.TableSelection
-
Paste this selection just before a specific selection.
- pasteAtFrontOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.TextDocumentSelection
-
Paste this selection just before a specific selection.
- pasteAtFrontOf(Selection) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
Paste this selection just before a specific selection.
- PatternField - Class in org.odftoolkit.simple.form
-
- PresentationDocument - Class in org.odftoolkit.simple
-
This class represents an empty ODF presentation.
- PresentationDocument(OdfPackage, String, PresentationDocument.OdfMediaType) - Constructor for class org.odftoolkit.simple.PresentationDocument
-
To avoid data duplication a new document is only created, if not already opened.
- PresentationDocument.OdfMediaType - Enum in org.odftoolkit.simple
-
This enum contains all possible media types of PresentationDocument documents.
- PresentationDocument.PresentationClass - Enum in org.odftoolkit.simple
-
It represents the defined values of presentation:class.
- ProtectionKeyDigestProvider - Interface in org.odftoolkit.simple.text
-