Javascript: Annotations.export |
Exports all annotations as a JSON string. |
Javascript: Annotations.getStampList |
Returns an array of available annotation stamp objects. |
Javascript: Annotations.load |
Loads annotations from a JSON string. |
Javascript: Annotations.setStampList |
Loads a custom stamp list into the annotations. |
Javascript: Annotations.showSidebar |
Shows or hides the sidebar that contains the comments. |
Javascript: Annotations.showToolbar |
Shows or hides the annotations toolbar. |
Javascript: DocumentLink.getAutoGenerationType |
Gets the type of auto-generation. |
Javascript: DocumentSettings.getAuthor |
Gets the author of the current document. |
Javascript: DocumentSettings.getCreationDate |
Gets the document's creation date as a unix timestamp. |
Javascript: DocumentSettings.getCreatorApplication |
Gets the application, which has created the current document. |
Javascript: DocumentSettings.getDocumentBasePath |
Gets a file path that is used to search for resources like images or hypertext links. |
Javascript: DocumentSettings.getDocumentKeywords |
Gets the current document's keywords. |
Javascript: DocumentSettings.getDocumentSubject |
Gets the subject string of the current document. |
Javascript: DocumentSettings.getDocumentTitle |
Gets the title string of the current document. |
Javascript: DocumentSettings.getUserDefinedDocumentProperties |
Gets an object with all user-defined document properties contained in the current document. |
Javascript: DocumentSettings.setAuthor |
Sets the author of the current document. |
Javascript: DocumentSettings.setCreationDate |
Sets the document's creation date as a unix timestamp. |
Javascript: DocumentSettings.setCreatorApplication |
Sets the application, which has created the current document. |
Javascript: DocumentSettings.setDocumentBasePath |
Sets a file path that is used to search for resources like images or hypertext links. |
Javascript: DocumentSettings.setDocumentKeywords |
Sets the current document's keywords. |
Javascript: DocumentSettings.setDocumentSubject |
Sets the subject string of the current document. |
Javascript: DocumentSettings.setDocumentTitle |
Sets the title string of the current document. |
Javascript: DocumentSettings.setUserDefinedDocumentProperties |
Sets an object with all user-defined document properties contained in the current document. |
Javascript: DocumentTarget.getAutoGenerationType |
Gets the type of auto-generation. |
Javascript: EmbeddedFile.getCreationDate |
Gets the file's creation date as a unix timestamp. |
Javascript: EmbeddedFile.getData |
Gets the file's data as a base64 string. |
Javascript: EmbeddedFile.getDescription |
Gets an optional file description. |
Javascript: EmbeddedFile.getFileName |
Gets the file's name. |
Javascript: EmbeddedFile.getLastModificationDate |
Gets the date the file was last modified as a unix timestamp. |
Javascript: EmbeddedFile.getMIMEType |
Gets an optional string specifying the file's type using types specified through the Multipurpose Internet Mail Extensions (MIME) specification. |
Javascript: EmbeddedFile.getRelationship |
PDF/A only. |
Javascript: EmbeddedFile.setCreationDate |
Sets the file's creation date as a unix timestamp. |
Javascript: EmbeddedFile.setDescription |
Sets an optional file description. |
Javascript: EmbeddedFile.setLastModificationDate |
Sets the date the file was last modified as a unix timestamp. |
Javascript: EmbeddedFile.setMIMEType |
Sets an optional string specifying the file's type using types specified through the Multipurpose Internet Mail Extensions (MIME) specification. |
Javascript: EmbeddedFile.setRelationship |
PDF/A only. |
Javascript: EmbeddedFileCollection.addBinaryFile |
Adds an embedded binary file to the collection. |
Javascript: EmbeddedFileCollection.addTextFile |
Adds an embedded text file to the collection. |
Javascript: EmbeddedFileCollection.removeElementAt |
Removes the embedded file at the given index. |
Javascript: Forms.getValues |
Returns an array of all contained form fields with it's values completed by the user. |
Javascript: Forms.validate |
Validates the form fields and returns true, in case all required fields are completed and false, in case fields are missing. |
Javascript: InputFormat.getStructureLevel |
Gets the structure level of all selected paragraphs. |
Javascript: InputFormat.setStructureLevel |
Sets the structure level of all selected paragraphs. |
Javascript: ParagraphFormat.getStructureLevel |
Gets the structure level of a paragraph in the document. |
Javascript: ParagraphFormat.getTabLeaders |
Gets an array containing the tab leaders in a paragraph. |
Javascript: ParagraphFormat.setStructureLevel |
Sets the structure level of a paragraph in the document. |
Javascript: ParagraphFormat.setTabLeaders |
Sets an array containing the tab leaders in a paragraph. |
Javascript: TableOfContents.getHasLinks |
Gets value specifying whether each entry in the table of contents is a DocumentLink with a corresponding DocumentTarget. |
Javascript: TableOfContents.getHasPageNumbers |
Gets a value specifying whether the table of contents contains page numbers. |
Javascript: TableOfContents.getHasRightAlignedPageNumbers |
Gets a value specifying whether the page numbers in the table of contents are right-aligned. |
Javascript: TableOfContents.getHighlightColor |
Gets the highlight color for the table of contents. |
Javascript: TableOfContents.getHighlightMode |
Gets a value indicating whether the table of contents is highlighted. |
Javascript: TableOfContents.getID |
Gets an identifier for a table of contents. |
Javascript: TableOfContents.getLength |
Gets the number of characters which belong to the table of contents. |
Javascript: TableOfContents.getMaximumStructureLevel |
Gets the maximum structure level for this table of contents. |
Javascript: TableOfContents.getMinimumStructureLevel |
Gets the minimum structure level for this table of contents. |
Javascript: TableOfContents.getName |
Gets a name for the table of contents. |
Javascript: TableOfContents.getNumber |
Gets the number of the table of contents in the text. |
Javascript: TableOfContents.getStart |
Gets the index (one-based) of the first character which belongs to the table of contents. |
Javascript: TableOfContents.getText |
Gets the text of the table of contents. |
Javascript: TableOfContents.getTitle |
Gets a title for the table of contents. |
Javascript: TableOfContents.save |
Saves the TableOfContents in a certain format and sends the result back asynchronously by calling a given callback function. |
Javascript: TableOfContents.scrollTo |
Sets the current input position to the beginning of a table of contents and scrolls it into the visible part of the document. |
Javascript: TableOfContents.setHasLinks |
Sets a value specifying whether each entry in the table of contents is a DocumentLink with a corresponding DocumentTarget. |
Javascript: TableOfContents.setHasPageNumbers |
Sets a value specifying whether the table of contents contains page numbers. |
Javascript: TableOfContents.setHasRightAlignedPageNumbers |
Sets a value specifying whether the page numbers in the table of contents are right-aligned. |
Javascript: TableOfContents.setHighlightColor |
Sets the highlight color for the table of contents. |
Javascript: TableOfContents.setHighlightMode |
Sets a value indicating whether the table of contents is highlighted. |
Javascript: TableOfContents.setID |
Sets an identifier for the table of contents. |
Javascript: TableOfContents.setMaximumStructureLevel |
Sets the maximum structure level for this table of contents. |
Javascript: TableOfContents.setMinimumStructureLevel |
Sets the minimum structure level for this table of contents. |
Javascript: TableOfContents.setName |
Sets a name for the table of contents. |
Javascript: TableOfContents.setTitle |
Sets a title for the table of contents. |
Javascript: TableOfContents.update |
Updates the content and the page numbers of the table of contents. |
Javascript: TableOfContentsCollection.add |
Adds a new table of contents to the document at the current text input position. |
Javascript: TableOfContentsCollection.getItem |
Gets the table of contents at the current input position or the table of contents with the specified identifier. |
Javascript: TableOfContentsCollection.getItemByName |
Gets the table of contents with the specified name. |
Javascript: TableOfContentsCollection.remove |
Removes a table of contents from the collection including all its text and including all DocumentTargets to where the table's links point. |
Javascript: TXDocumentViewer.addEventListener |
The addEventListener function registers event listener functions on the TXDocumentViewer object. |
Javascript: TXTextControl.refreshLayout |
Forces a layout refresh of the document editor. |
TXTextControl.DocumentServer.DataSources.MergeBlockInfo.Apply |
Stores the meta data (filters, sorting instructions and the block merging condition) in the SubTextPart which represents the block. |
TXTextControl.DocumentServer.PDF.Contents.Lines.Find |
Performs a search in the DocumentServer.PDF.Contents.Lines.ContentLines list using a string value, a regular expression or by performing a search in a geometric location. |
TXTextControl.DocumentServer.PDF.Forms.GetAcroFormFields |
Imports AcroFormFields from an Adobe PDF document. |
TXTextControl.DocumentTarget.ScrollTo |
Sets the current text input position to the target's position and scrolls it into the visible part of the document. |
TXTextControl.ServerTextControl.OnTableOfContentsCreated |
Raises the TableOfContentsCreated event. |
TXTextControl.ServerTextControl.OnTableOfContentsDeleted |
Raises the TableOfContentsDeleted event. |
TXTextControl.ServerVisualization.TextViewGenerator.OnFormattingStyleChanged |
Raises the FormattingStyleChanged event. |
TXTextControl.ServerVisualization.TextViewGenerator.OnFormattingStyleListChanged |
Raises the FormattingStyleListChanged event. |
TXTextControl.ServerVisualization.TextViewGenerator.OnInputFormattingStyleChanged |
Raises the InputFormattingStyleChanged event. |
TXTextControl.ServerVisualization.TextViewGenerator.OnInputParagraphChanged |
Raises the InputParagraphChanged event. |
TXTextControl.ServerVisualization.TextViewGenerator.OnTableOfContentsEntered |
Raises the TableOfContentsEntered event. |
TXTextControl.ServerVisualization.TextViewGenerator.OnTableOfContentsLeft |
Raises the TableOfContentsLeft event. |
TXTextControl.SubTextPart.GetChildren |
Returns an array of SubTextPart objects which are the children of this SubTextPart. |
TXTextControl.SubTextPart.GetTextFields |
Returns an array of TextField objects which are completely contained in this SubTextPart. |
TXTextControl.TableOfContents.Save |
Saves the text of the table of contents with the specified format. |
TXTextControl.TableOfContents.ScrollTo |
Sets the current input position to the beginning of the table of contents and scrolls it into the visible part of the document. |
TXTextControl.TableOfContents.Update |
Updates the content and the page numbers of the table of contents. |
TXTextControl.TableOfContentsCollection.Add |
Adds a new table of contents to the document at the current text input position. |
TXTextControl.TableOfContentsCollection.CopyTo |
Copies the elements of the collection to an array, starting at a particular index. |
TXTextControl.TableOfContentsCollection.GetEnumerator |
Returns an enumerator that can be used to iterate through the collection. |
TXTextControl.TableOfContentsCollection.GetItem |
Gets a particular table of contents from the collection. |
TXTextControl.TableOfContentsCollection.Remove |
Removes a table of contents from the collection including all its text and including all DocumentTargets to where the table's links point. |