A B C D E F G H I J L M N O P R S T U V W

N

Navigation - Class in org.odftoolkit.simple.common.navigation
Navigation is used to navigate the document and find the matched element by user defined conditions.
Navigation() - Constructor for class org.odftoolkit.simple.common.navigation.Navigation
 
newChartDocument() - Static method in class org.odftoolkit.simple.ChartDocument
Creates an empty charts document.
newChartTemplateDocument() - Static method in class org.odftoolkit.simple.ChartDocument
Creates an empty charts template.
newDrawControl(ControlContainer) - Static method in class org.odftoolkit.simple.draw.Control
Create an instance of control and and append it at the end of a container element.
newFrame(FrameContainer) - Static method in class org.odftoolkit.simple.draw.Frame
Create an instance of frame
newGraphicsDocument() - Static method in class org.odftoolkit.simple.GraphicsDocument
Creates an empty graphics document.
newGraphicsTemplateDocument() - Static method in class org.odftoolkit.simple.GraphicsDocument
Creates an empty graphics template.
newImage(URI) - Method in class org.odftoolkit.simple.Document
Insert an Image from the specified uri to the end of the Document.
newImage(FrameContainer, URI) - Static method in class org.odftoolkit.simple.draw.Image
Create an image and append it at the end of a container element.
newImage(Frame, URI) - Static method in class org.odftoolkit.simple.draw.Image
Create an image and add it to a frame.
NewLineChar - Static variable in class org.odftoolkit.simple.common.TextExtractor
 
newOdfEditableTextExtractor(Document) - Static method in class org.odftoolkit.simple.common.EditableTextExtractor
An instance of EditableTextExtractor will be created to extract the editable text content in specified document.
newOdfEditableTextExtractor(OdfElement) - Static method in class org.odftoolkit.simple.common.EditableTextExtractor
An instance of EditableTextExtractor will be created to extract the editable text content of an ODF element.
newOdfTextExtractor(OdfElement) - Static method in class org.odftoolkit.simple.common.TextExtractor
Create a TextExtractor instance using specified ODF element, which text content can be extracted by getText().
newParagraph(ParagraphContainer) - Static method in class org.odftoolkit.simple.text.Paragraph
Create an instance of paragraph
newParagraph(String) - Method in class org.odftoolkit.simple.TextDocument
Deprecated. As of Simple version 0.5, replaced by addParagraph(String text)
newParagraph() - Method in class org.odftoolkit.simple.TextDocument
Deprecated. As of Simple version 0.5, replaced by Paragraph.newParagraph(ParagraphContainer)
newPresentationDocument() - Static method in class org.odftoolkit.simple.PresentationDocument
Creates an empty presentation document.
newPresentationTemplateDocument() - Static method in class org.odftoolkit.simple.PresentationDocument
Creates an empty presentation template.
newSlide(int, String, Slide.SlideLayout) - Method in class org.odftoolkit.simple.PresentationDocument
New a slide at the specified position with the specified name, and use the specified slide template.
newSpan(TextSelection) - Static method in class org.odftoolkit.simple.text.Span
Create a span instance with a text selection
newSpreadsheetDocument() - Static method in class org.odftoolkit.simple.SpreadsheetDocument
Creates an empty spreadsheet document.
newSpreadsheetTemplateDocument() - Static method in class org.odftoolkit.simple.SpreadsheetDocument
Creates an empty spreadsheet template.
newTable(TableContainer) - Static method in class org.odftoolkit.simple.table.Table
Construct the Table feature.
newTable(TableContainer, int, int) - Static method in class org.odftoolkit.simple.table.Table
Construct the Table feature with a specified row number and column number.
newTable(TableContainer, int, int, double, double) - Static method in class org.odftoolkit.simple.table.Table
Construct the Table feature with a specified row number and column number.
newTable(TableContainer, int, int, int, int) - Static method in class org.odftoolkit.simple.table.Table
Construct the Table feature with a specified row number, column number, header row number, header column number.
newTable(TableContainer, String[], String[], double[][]) - Static method in class org.odftoolkit.simple.table.Table
Construct the Table feature with a specified 2 dimension array as the data of this table.
newTable(TableContainer, String[], String[], String[][]) - Static method in class org.odftoolkit.simple.table.Table
Construct the Table feature with a specified 2 dimension array as the data of this table.
newTable() - Method in class org.odftoolkit.simple.table.Table.TableBuilder
Construct the Table feature.
newTable(int, int, int, int) - Method in class org.odftoolkit.simple.table.Table.TableBuilder
Construct the Table feature with a specified row number, column number, header row number, header column number.
newTable(int, int, int, int, double, double) - Method in class org.odftoolkit.simple.table.Table.TableBuilder
Construct the Table feature with a specified row number, column number, header row number, header column number, left margin space and right margin space.
newTable(int, int) - Method in class org.odftoolkit.simple.table.Table.TableBuilder
Construct the Table feature with a specified row number and column number.
newTable(String[], String[], double[][]) - Method in class org.odftoolkit.simple.table.Table.TableBuilder
Construct the Table feature with a specified 2 dimension array as the data of this table.
newTable(String[], String[], String[][]) - Method in class org.odftoolkit.simple.table.Table.TableBuilder
Construct the Table feature with a specified 2 dimension array as the data of this table.
newTextbox(TextboxContainer) - Static method in class org.odftoolkit.simple.draw.Textbox
Create an instance of frame
newTextDocument() - Static method in class org.odftoolkit.simple.TextDocument
Creates an empty text document.
newTextDocument(TextDocument.OdfMediaType) - Static method in class org.odftoolkit.simple.TextDocument
Creates an empty text document.
newTextMasterDocument() - Static method in class org.odftoolkit.simple.TextDocument
Creates an empty text master document.
newTextSelection(Navigation, String, OdfElement, int) - Static method in class org.odftoolkit.simple.common.navigation.TextSelection
Create a new TextSelection.
newTextTemplateDocument() - Static method in class org.odftoolkit.simple.TextDocument
Creates an empty text template.
newTextWebDocument() - Static method in class org.odftoolkit.simple.TextDocument
Creates an empty text web.
nextSelection() - Method in class org.odftoolkit.simple.common.navigation.Navigation
Get next Selection result.
nextSelection() - Method in class org.odftoolkit.simple.common.navigation.TextNavigation
Get next TextSelection.
nextSelection() - Method in class org.odftoolkit.simple.common.navigation.TextStyleNavigation
Get next TextSelection.
NONE - Static variable in class org.odftoolkit.simple.style.Border
A static variable to represent a border without any lines, which means no border at all.
Notes - Class in org.odftoolkit.simple.presentation
Notes represents the presentation notes feature of the ODF document.
Notes.NotesBuilder - Class in org.odftoolkit.simple.presentation
This is a tool class which supplies all of the notes creation detail.
Notes.NotesBuilder(PresentationDocument) - Constructor for class org.odftoolkit.simple.presentation.Notes.NotesBuilder
NotesBuilder constructor.
NumberDecorator - Class in org.odftoolkit.simple.text.list
NumberDecorator is an implementation of the ListDecorator interface, decorates a given List as number list.
NumberDecorator(Document) - Constructor for class org.odftoolkit.simple.text.list.NumberDecorator
Constructor with Document.
NumberFormat - Enum in org.odftoolkit.simple.style
A NumberFormat specifies a numbering sequence.
NumericField - Class in org.odftoolkit.simple.form
 

A B C D E F G H I J L M N O P R S T U V W
Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.