Property | Type | Description | |
---|---|---|---|
ParentContainer | ContainerType |
Method | Description | |
---|---|---|
FindAll ( string str ) : List |
||
FindAll ( string str, RegexOptions options ) : List |
||
FindUniqueByPattern ( string pattern, RegexOptions options ) : List |
Find all unique instances of the given Regex Pattern, returning the list of the unique strings found
|
|
InsertAtBookmark ( string toInsert, string bookmarkName ) : void | ||
InsertBookmark ( String bookmarkName ) : |
||
InsertEquation ( string equation ) : |
||
InsertList ( Novacode.List list ) : Novacode.List | ||
InsertList ( Novacode.List list, Font fontFamily, double fontSize ) : Novacode.List | ||
InsertList ( Novacode.List list, double fontSize ) : Novacode.List | ||
InsertList ( int index, Novacode.List list ) : Novacode.List | ||
InsertParagraph ( ) : |
||
InsertParagraph ( |
||
InsertParagraph ( int index, |
||
InsertParagraph ( int index, string text, bool trackChanges ) : |
||
InsertParagraph ( int index, string text, bool trackChanges, |
||
InsertParagraph ( string text ) : |
||
InsertParagraph ( string text, bool trackChanges ) : |
||
InsertParagraph ( string text, bool trackChanges, |
||
InsertSection ( ) : void | ||
InsertSection ( bool trackChanges ) : void | ||
InsertSectionPageBreak ( bool trackChanges = false ) : void | ||
InsertTable ( |
||
InsertTable ( int index, |
||
InsertTable ( int rowCount, int columnCount ) : |
||
InsertTable ( int index, int rowCount, int columnCount ) : |
||
RemoveParagraph ( |
Removes paragraph
|
|
RemoveParagraphAt ( int index ) : bool |
Removes paragraph at specified position
|
|
RemoveTextInGivenFormat ( |
Removes all items with required formatting
|
|
ReplaceText ( string searchValue, string>.Func |
|
|
ReplaceText ( string searchValue, string newValue, bool trackChanges = false, RegexOptions options = RegexOptions.None, |
||
SetDirection ( Direction direction ) : void |
Sets the Direction of content.
|
|
ValidateBookmarks ( ) : string[] |
Method | Description | |
---|---|---|
Container ( |
||
GetAttribute ( System.Xml.Linq.XElement e, string localName, string attributeName ) : string | ||
GetContents ( bool deepSearch = false ) : List |
||
GetListItemType ( string styleName ) : ListItemType | ||
GetListItemType ( |
||
GetParagraphs ( bool deepSearch = false ) : List |
||
GetParagraphsRecursive ( System.Xml.Linq.XElement Xml, int &index, List |
||
GetParent ( |
||
GetParentFromXmlName ( string xmlName ) : ContainerType | ||
RemoveTextWithFormatRecursive ( System.Xml.Linq.XElement element, |
public FindAll ( string str, RegexOptions options ) : List |
||
str | string | |
options | RegexOptions | |
return | List |
public FindUniqueByPattern ( string pattern, RegexOptions options ) : List |
||
pattern | string | |
options | RegexOptions | |
return | List |
public InsertAtBookmark ( string toInsert, string bookmarkName ) : void | ||
toInsert | string | |
bookmarkName | string | |
return | void |
public InsertBookmark ( String bookmarkName ) : |
||
bookmarkName | String | |
return |
public InsertEquation ( string equation ) : |
||
equation | string | |
return |
public InsertList ( Novacode.List list ) : Novacode.List | ||
list | Novacode.List | |
return | Novacode.List |
public InsertList ( Novacode.List list, Font fontFamily, double fontSize ) : Novacode.List | ||
list | Novacode.List | |
fontFamily | Font | |
fontSize | double | |
return | Novacode.List |
public InsertList ( Novacode.List list, double fontSize ) : Novacode.List | ||
list | Novacode.List | |
fontSize | double | |
return | Novacode.List |
public InsertList ( int index, Novacode.List list ) : Novacode.List | ||
index | int | |
list | Novacode.List | |
return | Novacode.List |
public InsertParagraph ( |
||
p | ||
return |
public InsertParagraph ( int index, |
||
index | int | |
p | ||
return |
public InsertParagraph ( int index, string text, bool trackChanges ) : |
||
index | int | |
text | string | |
trackChanges | bool | |
return |
public InsertParagraph ( int index, string text, bool trackChanges, |
||
index | int | |
text | string | |
trackChanges | bool | |
formatting | ||
return |
public InsertParagraph ( string text ) : |
||
text | string | |
return |
public InsertParagraph ( string text, bool trackChanges ) : |
||
text | string | |
trackChanges | bool | |
return |
public InsertParagraph ( string text, bool trackChanges, |
||
text | string | |
trackChanges | bool | |
formatting | ||
return |
public InsertSection ( bool trackChanges ) : void | ||
trackChanges | bool | |
return | void |
public InsertSectionPageBreak ( bool trackChanges = false ) : void | ||
trackChanges | bool | |
return | void |
public InsertTable ( int index, |
||
index | int | |
t | ||
return |
public InsertTable ( int rowCount, int columnCount ) : |
||
rowCount | int | |
columnCount | int | |
return |
public InsertTable ( int index, int rowCount, int columnCount ) : |
||
index | int | |
rowCount | int | |
columnCount | int | |
return |
public RemoveParagraph ( |
||
p | Paragraph to remove | |
return | bool |
public RemoveParagraphAt ( int index ) : bool | ||
index | int | Index of paragraph to remove |
return | bool |
public RemoveTextInGivenFormat ( |
||
matchFormatting | ||
fo | MatchFormattingOptions | |
return | int |
public ReplaceText ( string searchValue, string>.Func |
||
searchValue | string | Value to find |
regexMatchHandler | string>.Func | A Func that accepts the matching regex search group value and passes it to this to return the replacement string |
trackChanges | bool | Enable trackchanges |
options | RegexOptions | Regex options |
newFormatting | ||
matchFormatting | ||
formattingOptions | MatchFormattingOptions | |
return | void |
public ReplaceText ( string searchValue, string newValue, bool trackChanges = false, RegexOptions options = RegexOptions.None, |
||
searchValue | string | |
newValue | string | |
trackChanges | bool | |
options | RegexOptions | |
newFormatting | ||
matchFormatting | ||
formattingOptions | MatchFormattingOptions | |
escapeRegEx | bool | |
useRegExSubstitutions | bool | |
return | void |
public SetDirection ( Direction direction ) : void | ||
direction | Direction | Direction either LeftToRight or RightToLeft |
return | void |