public static class TermsConverter
Public NotInheritable Class TermsConverter
public ref class TermsConverter abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type TermsConverter = class end
DecodeText(String) | Decodes encoded text. |
DecodeText(String, ContextVariables) | Replaces special chars in string. |
DecodeText(String, ContextVariables, Boolean) | Replaces special chars in string. |
EncodeText | Encodes the text. |
GetManager | Returns manager of the encoded text which includes fields. |
ToStandard(SessionProfile, IList<Term>) | Converts mathematical expression to the one uses standard session parameters. |
ToStandard(SessionProfile, IList<Term>, Int32) | Converts mathematical expression to the one uses standard session parameters avoiding conversion of the exact given element. |
ToString | Converts math expression from the array of Term to string. |
ToTerms | Converts math expression from the string to array of Term. |
ToUser(SessionProfile, IList<Term>) | Converts mathematical expression to the one uses parameters of the current session. |
ToUser(SessionProfile, IList<Term>, Int32) | Converts mathematical expression to the one uses parameters of the current session avoiding conversion of the exact given element. |
TryGetIndexOfPreviousChar | Gets a previous character of the given text if applicable. |
FieldAUTHOR | Field name for the Author. |
FieldCOMPANY | Field name for the Company. |
FieldCOUNT | Field name for the PagesCount. |
FieldDATE | Field name for the current date. |
FieldDESCRIPTION | Field name for the Description. |
FieldFILENAME | Field name for the FileName. |
FieldID | Field name for the Id. |
FieldKEYWORDS | Field name for the Keywords. |
FieldPAGENUM | Field name for the CurrentPage. |
FieldREVISION | Field name for the Revision. |
FieldTIME | Field name for the current time. |
FieldTITLE | Field name for the Title. |
FieldTRANSLATOR | Field name for the Translator. |