AppendDocumentContent(DocumentRange, InsertOptions)
|
Appends content from the specified range.
|
AppendDocumentContent(DocumentRange)
|
Appends content from the specified range.
|
AppendDocumentContent(Stream, DocumentFormat, String, InsertOptions)
|
Appends content from the stream.
|
AppendDocumentContent(Stream, DocumentFormat, String)
|
Appends content from the stream.
|
AppendDocumentContent(Stream, DocumentFormat)
|
Appends content from the stream.
|
AppendDocumentContent(Stream)
|
Appends content from stream.
|
AppendDocumentContent(String, DocumentFormat, String, InsertOptions)
|
Appends content from the file.
|
AppendDocumentContent(String, DocumentFormat, String)
|
Appends content from the file.
|
AppendDocumentContent(String, DocumentFormat)
|
Appends content from the file.
|
AppendDocumentContent(String)
|
Appends content from the file.
|
AppendHtmlText(String, InsertOptions)
|
Appends HTML formatted text.
|
AppendHtmlText(String)
|
Appends HTML formatted text.
|
AppendRtfText(String, InsertOptions)
|
Appends formatted text.
|
AppendRtfText(String)
|
Appends formatted text.
|
AppendSection()
|
Appends a new empty section to the end of the Snap document.
|
AppendSingleLineText(String)
|
Appends text as a single line.
|
AppendText(String)
|
Appends the specified text.
|
ApplySyntaxHighlight(List<SyntaxHighlightToken>)
|
Performs a batch update of text formatting for document ranges corresponding to specified tokens.
|
ApplyTheme(String)
|
Applies the specified theme to the current document.
|
BeginUpdate()
|
Locks the SubDocument object by preventing visual updates until the EndUpdate method is called.
|
BeginUpdateCharacters(DocumentPosition, Int32)
|
Starts modifying properties of the specified number of characters starting at the specified document position.
|
BeginUpdateCharacters(DocumentRange)
|
Starts modifying properties of characters that fall within a specified document range.
|
BeginUpdateCharacters(Int32, Int32)
|
Starts modifying properties of the specified number of characters starting at the specified document position.
|
BeginUpdateDataSource()
|
Updates the DataSourceInfo collection.
|
BeginUpdateParagraphs(DocumentRange)
|
Starts modifying properties of the paragraphs that fall within a specified document range.
|
BeginUpdateRangePermissions()
|
Gets the collection of all range permissions in the current document.
|
CancelUpdateRangePermissions(RangePermissionCollection)
|
Finalizes the update process, leaving range permissions intact.
|
ChangeActiveDocument(SubDocument)
|
Enables you to operate on selections in documents other than the main document, such as headers and footers.
|
Copy()
|
Copies the currently selected text to the Clipboard.
|
Copy(DocumentRange)
|
Copies the specified range of text to the Clipboard.
|
CreateMailMergeOptions()
|
Obsolete. Obsolete. Use the SnapDocument.CreateSnapMailMergeExportOptions method instead.
|
CreatePosition(Int32)
|
Creates a new position in the current document.
|
CreateRange(DocumentPosition, Int32)
|
Creates a new document range using the specified start position and range length.
|
CreateRange(Int32, Int32)
|
Creates a new document range using the specified start position and range length.
|
CreateSnapMailMergeExportOptions()
|
Creates the options that determine how a document is rendered when finishing a mail-merge report.
|
CreateSnBarCode(DocumentPosition)
|
Adds a Bar Code to the specified position in a document.
|
CreateSnChart(DocumentPosition)
|
Inserts a Chart into the specified position in a document.
|
CreateSnCheckBox(DocumentPosition, String)
|
Adds a Check Box to the specified position in a document.
|
CreateSnHyperlink(DocumentPosition, String)
|
Adds a Hyperlink to the specified position in a document.
|
CreateSnImage(DocumentPosition, String)
|
Adds a Picture to the specified position in a document.
|
CreateSnList(DocumentPosition, String)
|
Adds a Snap list to the specified position in a document.
|
CreateSnRowIndex(DocumentPosition)
|
Adds a Row Index to the specified position in an document.
|
CreateSnSparkline(DocumentPosition, String)
|
Adds a Sparkline to the specified position in a document.
|
CreateSnText(DocumentPosition, String)
|
Adds a text box to the specified position in a document.
|
Cut()
|
Removes the currently selected text and copies it to the Clipboard.
|
Cut(DocumentRange)
|
Removes the specified range of text and copies it to the Clipboard.
|
Delete(DocumentRange)
|
Removes content from the specified range.
|
EndUpdate()
|
Unlocks the SubDocument object after a call to the BeginUpdate method and causes an immediate visual update.
|
EndUpdateCharacters(CharacterProperties)
|
Finalizes the modification of character formatting after calling the SubDocument.BeginUpdateCharacters method.
|
EndUpdateDataSource()
|
Ends the initialization of the DataSourceInfo collection.
|
EndUpdateParagraphs(ParagraphProperties)
|
Finalizes the modification of paragraph formatting after the BeginUpdateParagraphs method call.
|
EndUpdateRangePermissions(RangePermissionCollection)
|
Finalizes the update and applies the changes to range permissions.
|
ExportDocument(Stream, DocumentFormat)
|
Exports the document to a stream in the specified format.
|
ExportDocument(String, DocumentFormat)
|
Exports the document to a file in the specified format.
|
FindAll(String, SearchOptions, DocumentRange)
|
Finds all text ranges that match the specified string in the specified document range.
|
FindAll(String, SearchOptions)
|
Finds all text ranges that match the specified string in the current document.
|
FindAll(Regex, DocumentRange)
|
Finds all occurrences of a character pattern specified by the regular expression.
|
FindAll(Regex)
|
Finds all occurrences of a character pattern specified by the regular expression.
|
FindListByName(String)
|
Searches for a Snap list by its name.
|
GetAuthors()
|
Returns the list of the document’s authors.
|
GetDataSourceOwner(Object)
|
Returns an object that contains information about the specified data source.
|
GetDocBytes(DocumentRange, DocDocumentExporterOptions)
|
Exports the range content in DOC (Microsoft Word 97-2003 Document) format and returns a byte array with this content.
|
GetDocBytes(DocumentRange)
|
Exports the range content in DOC (Microsoft Word 97-2003 Document) format and returns a byte array with this content.
|
GetDocmBytes(DocumentRange, DocmDocumentExporterOptions)
|
Exports the range content in DOCM (Microsoft Office Open XML Macro-Enabled Document) format and returns a byte array with this content.
|
GetDocmBytes(DocumentRange)
|
Exports the range content in DOCM (Microsoft Office Open XML Macro-Enabled Document) format and returns a byte array with this content.
|
GetDotBytes(DocumentRange, DotDocumentExporterOptions)
|
Exports the range content in DOT (Microsoft Word 97-2007 Template) format and returns a byte array with this content.
|
GetDotBytes(DocumentRange)
|
Exports the range content in DOT (Microsoft Word 97-2007 Template) format and returns a byte array with this content.
|
GetDotmBytes(DocumentRange, DotmDocumentExporterOptions)
|
Exports the range content in DOTM (Microsoft Office Open XML Macro-Enabled Template) format and returns a byte array with this content.
|
GetDotmBytes(DocumentRange)
|
Exports the range content in DOTM (Microsoft Office Open XML Macro-Enabled Template) format and returns a byte array with this content.
|
GetDotxBytes(DocumentRange, DotxDocumentExporterOptions)
|
Exports the range content in DOTX (Microsoft Office Open XML macro-free template) format and returns a byte array with this content.
|
GetDotxBytes(DocumentRange)
|
Exports the range content in DOTX (Microsoft Office Open XML macro-free template) format and returns a byte array with this content.
|
GetFlatOpcBytes(DocumentRange, FlatOpcDocumentExporterOptions)
|
Exports the range content in FlatOpc (Microsoft Word XML Document, .xml) format and returns a byte array with this content.
|
GetFlatOpcBytes(DocumentRange)
|
Exports the range content in FlatOpc (Microsoft Word XML Document, .xml) format and returns a byte array with this content.
|
GetFlatOpcMacroEnabledBytes(DocumentRange, FlatOpcMacroEnabledDocumentExporterOptions)
|
Exports the range content in FlatOpcMacroEnabled (Microsoft Word XML Macro-Enabled Document, .xml) format and returns a byte array with this content.
|
GetFlatOpcMacroEnabledBytes(DocumentRange)
|
Exports the range content in FlatOpcMacroEnabled (Microsoft Word XML Macro-Enabled Document, .xml) format and returns a byte array with this content.
|
GetFlatOpcMacroEnabledTemplateBytes(DocumentRange, FlatOpcMacroEnabledTemplateDocumentExporterOptions)
|
Exports the range content in FlatOpcMacroEnabledTemplate (Microsoft Word XML Macro-Enabled Template, .xml) format and returns a byte array with this content.
|
GetFlatOpcMacroEnabledTemplateBytes(DocumentRange)
|
Exports the range content in FlatOpcMacroEnabledTemplate (Microsoft Word XML Macro-Enabled Template, .xml) format and returns a byte array with this content.
|
GetFlatOpcTemplateBytes(DocumentRange, FlatOpcTemplateDocumentExporterOptions)
|
Exports the range content in FlatOpcTemplate (Microsoft Word XML Template, .xml) format and returns a byte array with this content.
|
GetFlatOpcTemplateBytes(DocumentRange)
|
Exports the range content in FlatOpcTemplate (Microsoft Word XML Template, .xml) format and returns a byte array with this content.
|
GetHtmlText(DocumentRange, IUriProvider, HtmlDocumentExporterOptions)
|
Gets the text contained in the specified range in HTML format.
|
GetHtmlText(DocumentRange, IUriProvider)
|
Gets the text contained in the specified range in HTML format.
|
GetMhtText(DocumentRange, MhtDocumentExporterOptions)
|
Gets the content of the specified document range in MHT format.
|
GetMhtText(DocumentRange)
|
Gets the content of the specified document range in MHT format.
|
GetOpenDocumentBytes(DocumentRange, OpenDocumentExporterOptions)
|
Exports the content of the specified document range as a document in Open Document (ODT) format and returns a byte array with this document.
|
GetOpenDocumentBytes(DocumentRange)
|
Exports the content of the specified document range as a document in Open Document (ODT) format and returns a byte array with this document.
|
GetOpenXmlBytes(DocumentRange, OpenXmlDocumentExporterOptions)
|
Exports the content of the specified document range as a document in Office Open XML (Docx) format and returns a byte array with this document.
|
GetOpenXmlBytes(DocumentRange)
|
Exports the content of the specified document range as a document in Office Open XML (Docx) format and returns a byte array with this document.
|
GetRtfText(DocumentRange, RtfDocumentExporterOptions)
|
Gets the formatted string of the text contained in the specified range.
|
GetRtfText(DocumentRange)
|
Gets the formatted string of the text contained in the specified range.
|
GetSection(DocumentPosition)
|
Gets the section encompassing the specified position.
|
GetSubDocumentType()
|
Returns the subdocument type.
|
GetText(DocumentRange, TextFragmentOptions)
|
Returns the plain text of the specified document range.
|
GetText(DocumentRange, PlainTextDocumentExporterOptions, TextFragmentOptions)
|
Returns the plain text of the specified document range.
|
GetText(DocumentRange, PlainTextDocumentExporterOptions)
|
Returns the plain text of the specified document range.
|
GetText(DocumentRange)
|
Returns the plain text of the specified document range.
|
GetWordMLText(DocumentRange, WordMLDocumentExporterOptions)
|
Gets the text contained in the specified range in WordML format.
|
GetWordMLText(DocumentRange)
|
Gets the text contained in the specified range in WordML format.
|
InsertDocumentContent(DocumentPosition, DocumentRange, InsertOptions)
|
Inserts content from the specified range in the current document at the specified position.
|
InsertDocumentContent(DocumentPosition, DocumentRange)
|
Inserts content from the specified range in the current document at the specified position.
|
InsertDocumentContent(DocumentPosition, Stream, DocumentFormat, InsertOptions)
|
Inserts content from the specified stream in the specified format, at the specified position, in the current document.
|
InsertDocumentContent(DocumentPosition, Stream, DocumentFormat, String, InsertOptions)
|
Inserts content from the specified stream in the specified format, at the specified position, in the current document.
|
InsertDocumentContent(DocumentPosition, Stream, DocumentFormat, String)
|
Insert content from the stream in the current document at the specified position.
|
InsertDocumentContent(DocumentPosition, Stream, DocumentFormat)
|
Inserts content from the stream in the current document at the specified position.
|
InsertDocumentContent(DocumentPosition, Stream)
|
Inserts content from the stream in the current document at the specified position.
|
InsertDocumentContent(DocumentPosition, String, DocumentFormat, InsertOptions)
|
Inserts content from the file in the current document at the specified position.
|
InsertDocumentContent(DocumentPosition, String, DocumentFormat, String, InsertOptions)
|
Inserts content from the file in the current document at the specified position.
|
InsertDocumentContent(DocumentPosition, String, DocumentFormat, String)
|
Inserts content from the file in the current document at the specified position.
|
InsertDocumentContent(DocumentPosition, String, DocumentFormat)
|
Inserts content from the file in the current document at the specified position.
|
InsertDocumentContent(DocumentPosition, String)
|
Inserts content from the file in the current document at the specified position.
|
InsertHtmlText(DocumentPosition, String, InsertOptions)
|
Inserts the specified HTML text into the specified position.
|
InsertHtmlText(DocumentPosition, String)
|
Inserts the specified HTML text into the specified position.
|
InsertRtfText(DocumentPosition, String, InsertOptions)
|
Inserts the specified formatted text into the specified position.
|
InsertRtfText(DocumentPosition, String)
|
Inserts the specified formatted text into the specified position.
|
InsertSection(DocumentPosition)
|
Inserts a new section into the document’s Document.Sections collection at a specified position.
|
InsertSingleLineText(DocumentPosition, String)
|
Inserts a single line of text (text without line breaks) at the specified position.
|
InsertText(DocumentPosition, String)
|
Inserts the specified text at the specified position.
|
LoadDocument(Byte[], DocumentFormat, String)
|
Loads a document in the specified format from a byte array. You can use this method to load HTML documents with connected files.
|
LoadDocument(Byte[], DocumentFormat)
|
Loads a document in the specified format from a byte array.
|
LoadDocument(Byte[])
|
Loads a document from a byte array. The file format is determined based on document content.
|
LoadDocument(Stream, DocumentFormat, String)
|
Loads a document from the stream in the specified format. External content for HTML format is retrieved using the specified source (base) URI.
|
LoadDocument(Stream, DocumentFormat)
|
Loads a document from a stream, specifying the document format.
|
LoadDocument(Stream)
|
Loads a document from the stream.
|
LoadDocument(String, DocumentFormat, String)
|
Loads a document from the file in the specified format. External content for HTML format is retrieved using the specified source (base) URI.
|
LoadDocument(String, DocumentFormat)
|
Loads a document from a file, specifying the document format.
|
LoadDocument(String)
|
Loads a document from the specified file. The file format is determined by its content.
|
LoadTheme(Stream)
|
Loads the specified theme from a stream.
|
LoadTheme(String)
|
Loads the specified theme from a file.
|
MailMerge(Document)
|
Obsolete. Obsolete. Use the SnapDocument.SnapMailMerge method instead.
|
MailMerge(MailMergeOptions, Document)
|
Obsolete. Obsolete. Use the SnapDocument.SnapMailMerge method instead.
|
MailMerge(MailMergeOptions, Stream, DocumentFormat)
|
Obsolete. Obsolete. Use the SnapDocument.SnapMailMerge method instead.
|
MailMerge(MailMergeOptions, String, DocumentFormat)
|
Obsolete. Obsolete. Use the SnapDocument.SnapMailMerge method instead.
|
MailMerge(Stream, DocumentFormat)
|
Obsolete. Obsolete. Use the SnapDocument.SnapMailMerge method instead.
|
MailMerge(String, DocumentFormat)
|
Obsolete. Obsolete. Use the SnapDocument.SnapMailMerge method instead.
|
MakeAllTablesWordCompatible()
|
Merges all columns with indexes greater than 63 into a single column for all tables in a document.
|
ParseField(Field)
|
Converts the fields of a RichEditControl to Snap fields.
|
ParseField(Int32)
|
Converts the fields of a RichEditControl to Snap fields.
|
Paste()
|
Insert a text from the Clipboard into the current CaretPosition.
|
Paste(DocumentFormat)
|
Inserts the contents of the Clipboard in the specified format at the caret position.
|
Protect(String, DocumentProtectionType)
|
Enforces document protection and sets the specified password.
|
Protect(String)
|
Protects a document with a given password.
|
RemoveField(Int32)
|
Removes a Snap field at the specified position.
|
RemoveSnList(String)
|
Removes the specified Snap list from a document.
|
Replace(DocumentRange, String)
|
Replaces the specified document range with the specified text string.
|
ReplaceAll(String, String, SearchOptions, DocumentRange)
|
Finds all occurrences of the search string in the specified range, and replaces them with the replacement string.
|
ReplaceAll(String, String, SearchOptions)
|
Finds all occurrences of the search string in the current document, and replaces them with the replacement string.
|
ReplaceAll(Regex, String, DocumentRange)
|
Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string.
|
ReplaceAll(Regex, String)
|
Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string.
|
SaveCurrentTheme(Stream, String)
|
Saves the current theme to a specified stream with a new name.
|
SaveCurrentTheme(Stream)
|
Saves the current theme to a specified stream.
|
SaveCurrentTheme(String)
|
Saves the current theme to a specified file.
|
SaveDocument(DocumentFormat, EncryptionSettings)
|
Saves the document to a byte array in the specified file format and encrypts it with a password.
|
SaveDocument(DocumentFormat)
|
Saves the document to a byte array in the specified file format.
|
SaveDocument(Stream, DocumentFormat, EncryptionSettings)
|
Saves the document to a stream, specifying the document’s format and encryption options.
|
SaveDocument(Stream, DocumentFormat)
|
Obsolete. Saves the document to a stream in the specified format.
|
SaveDocument(Stream)
|
Saves the document to a stream.
|
SaveDocument(String, DocumentFormat, EncryptionSettings)
|
Saves the document to a stream, specifying the document’s format and encryption options.
|
SaveDocument(String, DocumentFormat)
|
Obsolete. Saves the document to a file in the specified format.
|
SaveDocument(String)
|
Saves the document to a file.
|
SelectAll()
|
Selects all the content in the document.
|
SetPageBackground(Boolean)
|
Shows the background color of the page.
|
SetPageBackground(Color, Boolean)
|
Sets the background color of the page and specifies whether it is shown.
|
SetPageBackground(Color)
|
Set the background color of the page.
|
SnapMailMerge(SnapDocument)
|
Starts rendering the specified mail-merge document.
|
SnapMailMerge(SnapMailMergeExportOptions, SnapDocument)
|
Starts rendering a mail-merge document based on the applied export options and saving it to the specified target document.
|
SnapMailMerge(SnapMailMergeExportOptions, Stream, DocumentFormat)
|
Starts rendering a mail-merge document based on the applied export options and saving it to a stream in the specified format.
|
SnapMailMerge(SnapMailMergeExportOptions, String, DocumentFormat)
|
Starts rendering a mail-merge document based on the applied export options and saving it to a file in the specified format.
|
SnapMailMerge(Stream, DocumentFormat)
|
Starts rendering a mail-merge document and saving it to a stream in the specified format.
|
SnapMailMerge(String, DocumentFormat)
|
Starts rendering a mail-merge document and saving it to a file in the specified format.
|
StartSearch(String, SearchOptions, SearchDirection, DocumentRange)
|
Provides a search interface for a search in the specified range in the specified direction, using the specified options.
|
StartSearch(String, SearchOptions, SearchDirection)
|
Provides a search interface for a search in the current document in the specified direction, using the specified options.
|
StartSearch(String)
|
Provides a search interface with default parameters.
|
StartSearch(Regex, DocumentRange)
|
Provides a search interface for a search in the specified range using a regular expression pattern.
|
StartSearch(Regex)
|
Provides a search interface for a search in the document, using a regular expression pattern.
|
Unprotect()
|
Removes document protection.
|
UpdateTemplate()
|
Forces the update of the template area.
|