Свойство | Type | Description | |
---|---|---|---|
Docx | |||
Stream |
Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
CellClear ( |
Clear text and images from all paragraphs in cell.
|
|
CellCopyContents ( |
Copy (text) contents of srcCell into dstCell. Clears text of dstCell plus all but first paragraph instance before copying.
|
|
CellCopyProperties ( |
||
Commit ( ) : |
Save to internal memory. Initialising a *new* stream is important due to the internal structure of DocX's load/save.
|
|
Copy ( ) : |
Clone
|
|
Paragraphs ( |
Retrieves all paragraph references from the document body, header, footer, and table content.
|
|
SaveAs ( string fileName ) : void |
Save to disk. Supplied file name is sanitized and converted to '.zip'
|
|
TemplDoc ( |
Start with passed-in doc
|
|
TemplDoc ( |
New document from data stream
|
|
TemplDoc ( byte data ) : System.Collections.Generic |
New document from file data
|
|
TemplDoc ( string filename ) : System.Collections.Generic |
New document from filename
|
public static CellClear ( |
||
cell | ||
deleteAllParagraphs | bool | |
Résultat | void |
public static CellCopyContents ( |
||
srcCell | ||
dstCell | ||
Résultat | void |
public static CellCopyProperties ( |
||
fromCell | ||
toCell | ||
Résultat | void |
public static Paragraphs ( |
||
doc | ||
Résultat | IEnumerable |
public TemplDoc ( |
||
document | ||
Résultat | System.Collections.Generic |
public TemplDoc ( |
||
stream | ||
Résultat | System.Collections.Generic |
public TemplDoc ( byte data ) : System.Collections.Generic | ||
data | byte | |
Résultat | System.Collections.Generic |
public TemplDoc ( string filename ) : System.Collections.Generic | ||
filename | string | |
Résultat | System.Collections.Generic |