Свойство | Тип | Описание | |
---|---|---|---|
Paragraphs | Paragraph>.Dictionary |
Метод | Описание | |
---|---|---|
AddParagraph ( |
Adds a paragraph in the document
|
|
Document ( string filePath ) : System.Collections.Generic |
Constructor
|
|
UpdateState ( |
Updates the state of the paragraphs located in source according to the original content, located in original
|
Метод | Описание | |
---|---|---|
FindParagraph ( string id ) : |
Finds a paragraph whose Id corresponds to the Id provided
|
|
IsChanged ( |
Paragraph contents has changed
|
|
IsDeleted ( |
Paragraph has been deleted
|
|
IsInserted ( |
Paragraph has been inserted
|
|
IsMoved ( |
Paragraph has been moved
|
|
findMatching ( ParagraphCondition condition ) : List |
Find all paragraphs which match the predicate condition
|
public AddParagraph ( |
||
paragraph | ||
Результат | void |
public Document ( string filePath ) : System.Collections.Generic | ||
filePath | string | |
Результат | System.Collections.Generic |
public UpdateState ( |
||
original | The original file content | |
Результат | void |