Docx |
The DocxDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| DocxDocument | Initializes a new instance of the DocxDocument class. |
| Name | Description | |
|---|---|---|
| DocumentPath | Gets or sets the document path. | |
| InnerObject | Gets or sets the inner object. |
| Name | Description | |
|---|---|---|
| ActivateAdvancedMerging | Activates the advanced merging. Using fields prefixes we can decide what kind of data insert into the field | |
| AddBookmarkText | Adds the bookmark text. | |
| AddCharacterStyle | Aggiunge un nuovo stile di carattere | |
| AddFooterPage | Aggiunge il footer standard con il numero di pagina | |
| AddHyperlink | Aggiunge un hyperlink al documento. | |
| AddImage(Image, Int32, Int32) | Aggiunge un'immagine al documento. Passare le dimensioni dell'immagine. Passare 0 e 0 per lasciare i valori predefiniti di immagine. | |
| AddImage(String, Int32, Int32) | Aggiunge un'immagine al documento. Passare le dimensioni dell'immagine. Passare 0 e 0 per lasciare i valori predefiniti di immagine. | |
| AddNewLine | Aggiunge una nuova linea (a capo). | |
| AddPageBreak | Inserisce una interruzione di pagina | |
| AddParagraph | Adds the text as new paragraph. | |
| AddParagraphStyle | Aggiunge uno stile di paragrafo | |
| AddStyle | Crea un nuovo stile e lo salva nel documento | |
| AddTab | Inserisce una tabulazione | |
| AddTable(DataTable) | Adds the table. | |
| AddTable(Int32, Int32) | Aggiunge una tabella di r righe e c colonne | |
| AddTableOfContents(String, Int32) | Adds the summary. | |
| AddTableOfContents(String, String, Int32, DocxDocumentSummaryOrientationEnum, Boolean, Boolean) | Adds the summary. | |
| AddTableStyle | Aggiunge un nuovo stile di tabella. | |
| AddText | Adds the text inline (current paragraph) | |
| AddTextBox | Aggiunge una textbox TODO: completare passando le informazioni corrette per il posizionamento. Una volta creata non si può modificare. | |
| AppendDocument(DocxDocument, Boolean) | Append a document at the end of the current one | |
| AppendDocument(String, Boolean) | Append a document at the end of the current one | |
| AppendDocumentToSection | Append a document after the section. | |
| CreateImageProxy | Crea un proxy immagine. E' una funzione di servizio per non dover importare il tipo in Lua | |
| EnsureSection | Ensures the section. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FindTextByRegex | Finds the text by regex. | |
| GetAllFields | Gets all fields contained into the document. | |
| GetAllSections | Ritorna tutte le sezioni presenti nel documento. | |
| GetAllTables | Gets all tables contained into the document. | |
| GetAvailableListStyles | Ritorna una lista con gli stili di lista standard | |
| GetBookmarkText | Ritorna il testo di un bookmark | |
| GetBuiltInProperties | Ritorna le proprietà standard del documento | |
| GetCustomProperties | Ritorna le proprietà custom del documento | |
| GetFieldNames | Gets the field names. | |
| GetFirstRun | Ritorna il primo run del documento. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetPaginator | Gets the document paginator. Object to manage the documents page. Create a new object every time (like Gembox). | |
| GetSection | Ritorna la sezione all'indice passato | |
| GetStyleNames | Ritorna i nomi degli stili | |
| GetTableStyle | Ritorna lo stile di tabella in base al nome specificato in ingresso. Ritorna 'null' se il nome specificato è vuoto | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MailMerge | Esegue il mailmerge a partire dalla tabella lua. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ReadForm | Legge un form Word | |
| RemoveParagraph | Eliminata dalla lista dei blocks il paragrafo | |
| ReplaceText(String, String) | Search and replace NO regex | |
| ReplaceText(String, String, Boolean) | Replace text into the document, regex allowed | |
| ReplaceTextWithImage | Replace a placehloder with the given image | |
| Save | Just Save | |
| SaveAs | Save the document as... | |
| SetBookmark | Imposta il bookmark con il valore passato | |
| SetBookmarks | Imposta i bookmarks dalla tabella lua passata | |
| SetField | Imposta un campo nel documento | |
| SetProperties | Imposta le proprietà del documento leggendo una tabella nome-valore in lua. Da priorità alle proprietà standard del documento e poi a quelle custom. | |
| SetSectionOrientation | Imposta l'orientamento della sezione | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UpdateTableOfContent | Updates the table of content making dirty the document. | |
| UpdateTableOfContent(Boolean) | Updates the table of content making dirty the document. |