EinhugurODT.Container
Document
![]() | Private constructor. |
![]() | Creation date of the document. (Meta data) |
![]() | Creator of the document. (Meta data) |
![]() | Returns default section for the document. (Default page setup for the document) |
![]() | Document description. (Meta data) |
![]() | Number of items in the container. |
![]() | Keywords for the document. (Meta data) |
![]() | Name of person to last modify the document. (Meta data) |
![]() | Last modification date of the document. (Meta data) |
![]() | Returns number of paragraphs in the container. |
![]() | Document subject. (Meta data) |
![]() | Returns number of tables in the container. |
![]() | Document title. (Meta data) |
![]() | Appends paragraph without creating run. |
![]() | Appends paragraph at back of the container, creating one run for the string passed in with this method. |
![]() | Appends table to the back of the container. |
![]() | Applies filed data document wide. This covers paragraphs, tables, nested tables, nested paragraphs. |
![]() | Creates new document at given location. |
![]() | Returns item at given index. (Paragraphs or tables) |
![]() | Returns DocumentItemIterator for the items in the container. This property is for using with for each statements. |
![]() | Opens OpenDocument Text document. |
![]() | Gets paragraph at given index. |
![]() | Returns ParagraphIterator for the paragraphs in the container. This property is for using with for each statements. |
![]() | Removes item from the container. |
![]() | Saves the document. |
![]() | Saves the document with new name and or path. |
![]() | Gets table at given index. |
![]() | Returns TableIterator for the tables in the container. This property is for using with for each statements. |
![]() | This method is for internal unit testing of this plugin. You should not use this method in your projects. |