BookmarkStart constructor. Initializes a new instance of the BookmarkStart class in C#....doc DocumentBase The owner document. name String The name of the...CreateUpdateAndPrint () { // Create a document with three bookmarks, then...
DocumentVisitor VisitBookmarkStart method. Called when a start of a bookmark is encountered in the Document in C#....bookmark is encountered in the document. public virtual VisitorAction...CreateUpdateAndPrint () { // Create a document with three bookmarks, then...
InlineStory FirstParagraph property. Gets the first paragraph in the story in C#.... Document doc = new Document (); DocumentBuilder...right-click this comment in the document body to edit it, or reply...
Aspose.Words.Saving.HtmlFixedSaveOptions class. Can be used to specify additional options when saving a Document into the HtmlFixed format in C#....additional options when saving a document into the HtmlFixed format...the Specify Save Options documentation article. public class HtmlFixedSaveOptions...
Aspose.Words.ComHelper class. Provides methods for COM clients to load a Document into Aspose.Words in C#....for COM clients to load a document into Aspose.Words. public...a COM application to load Document from a stream. Open ( string...
StructuredDocumentTag Accept method. Accepts a visitor in C#....every structured document tag in a document. public void StructuredDocumentTa...StructuredDocumentTa () { Document doc = new Document ( MyDir + "Docum...
PdfSaveOptions EmbedAttachments property. Gets or sets a value determining whether or not to embed attachments to the PDF Document in C#....embed attachments to the PDF document. public bool EmbedAttachments...attachments are embedded to the PDF document. Embedding attachments is...
SectionCollection Item property. Retrieves a section at the given index in C#....layout of the document. Document doc = new Document ( MyDir + "Rendering..."Rendering.docx" ); // Saving a document to PDF, to an image, or printing...
Class describes aps load options....to embed a font into a PDF document even if license rules disable...file [C#] // The path to the documents directory. string dataDir...
IResourceLoadingCallback ResourceLoading method. Called when Aspose.Words loads any external resource in C#....external resources into a document. public void ResourceLoadingCallb...ResourceLoadingCallb () { Document doc = new Document (); doc . ResourceLoadingCallb...