- Label - Class in org.odftoolkit.simple.form
-
This class represents the form control of Label, provides methods to get/set the form properties
and the style formatting of this control.
- List - Class in org.odftoolkit.simple.text.list
-
This class represents a list.
- List(ListContainer) - Constructor for class org.odftoolkit.simple.text.list.List
-
Constructor with ListContainer only.
- List(ListContainer, ListDecorator) - Constructor for class org.odftoolkit.simple.text.list.List
-
Constructor with ListContainer and ListDecorator.
- List(ListContainer, String, ListDecorator) - Constructor for class org.odftoolkit.simple.text.list.List
-
Constructor with ListContainer, ListDecorator and header.
- List(ListContainer, String, boolean, ListDecorator) - Constructor for class org.odftoolkit.simple.text.list.List
-
Constructor with ListContainer, ListDecorator, header and numbering setting.
- List(ListContainer, String, List, ListDecorator) - Constructor for class org.odftoolkit.simple.text.list.List
-
Constructor with ListContainer, ListDecorator, header and continued list
- ListBox - Class in org.odftoolkit.simple.form
-
This class represents the form control of List Box, provides methods to get/set the form
properties and the style formatting of this control.
- ListContainer - Interface in org.odftoolkit.simple.text.list
-
ListContainer is a container which maintains List(s) as element(s).
- ListDecorator - Interface in org.odftoolkit.simple.text.list
-
ListDecorator is a decorator which decides how to decorate a List and its ListItems.
- ListDecorator.ListType - Enum in org.odftoolkit.simple.text.list
-
The supported list types till now.
- ListItem - Class in org.odftoolkit.simple.text.list
-
ListItem represents an item in a list.
- listStyle - Variable in class org.odftoolkit.simple.text.list.NumberDecoratorBase
-
- loadDocument(InputStream) - Static method in class org.odftoolkit.simple.ChartDocument
-
Creates an ChartDocument from the OpenDocument provided by a resource Stream.
- loadDocument(String) - Static method in class org.odftoolkit.simple.ChartDocument
-
Loads an ChartDocument from the provided path.
- loadDocument(File) - Static method in class org.odftoolkit.simple.ChartDocument
-
Creates an ChartDocument from the OpenDocument provided by a File.
- loadDocument(String, String) - Static method in class org.odftoolkit.simple.Document
-
Loads a Document from the provided path.
- loadDocument(String) - Static method in class org.odftoolkit.simple.Document
-
Loads a Document from the provided path.
- loadDocument(InputStream) - Static method in class org.odftoolkit.simple.Document
-
Creates a Document from the Document provided by a resource Stream.
- loadDocument(File) - Static method in class org.odftoolkit.simple.Document
-
Creates a Document from the Document provided by a File.
- loadDocument(File, String) - Static method in class org.odftoolkit.simple.Document
-
Creates a Document from the Document provided by a File.
- loadDocument(OdfPackage) - Static method in class org.odftoolkit.simple.Document
-
Creates a Document from the Document provided by an ODF package.
- loadDocument(OdfPackage, String) - Static method in class org.odftoolkit.simple.Document
-
Creates a Document from the Document provided by an ODF package.
- loadDocument(InputStream) - Static method in class org.odftoolkit.simple.GraphicsDocument
-
Creates an GraphicsDocument from the OpenDocument provided by a resource Stream.
- loadDocument(String) - Static method in class org.odftoolkit.simple.GraphicsDocument
-
Loads an GraphicsDocument from the provided path.
- loadDocument(File) - Static method in class org.odftoolkit.simple.GraphicsDocument
-
Creates an GraphicsDocument from the OpenDocument provided by a File.
- loadDocument(InputStream) - Static method in class org.odftoolkit.simple.PresentationDocument
-
Creates an PresentationDocument from the OpenDocument provided by a resource Stream.
- loadDocument(String) - Static method in class org.odftoolkit.simple.PresentationDocument
-
Loads an PresentationDocument from the provided path.
- loadDocument(File) - Static method in class org.odftoolkit.simple.PresentationDocument
-
Creates an PresentationDocument from the OpenDocument provided by a File.
- loadDocument(InputStream) - Static method in class org.odftoolkit.simple.SpreadsheetDocument
-
Creates an SpreadsheetDocument from the OpenDocument provided by a resource Stream.
- loadDocument(String) - Static method in class org.odftoolkit.simple.SpreadsheetDocument
-
Loads an SpreadsheetDocument from the provided path.
- loadDocument(File) - Static method in class org.odftoolkit.simple.SpreadsheetDocument
-
Creates an SpreadsheetDocument from the OpenDocument provided by a File.
- loadDocument(InputStream) - Static method in class org.odftoolkit.simple.TextDocument
-
Creates an TextDocument from the OpenDocument provided by a resource Stream.
- loadDocument(String) - Static method in class org.odftoolkit.simple.TextDocument
-
Loads an TextDocument from the provided path.
- loadDocument(File) - Static method in class org.odftoolkit.simple.TextDocument
-
Creates an TextDocument from the OpenDocument provided by a File.
- LoadTableTemplateFromForeignTable(InputStream, String) - Method in class org.odftoolkit.simple.Document
-
Construct a
TableTemplate feature by extracting style template from an pre-defined table in a foreign document.
- loadTemplate(OdfPackageDocument.Resource, Document.OdfMediaType) - Static method in class org.odftoolkit.simple.Document
-
Loads an Document from the given resource.