Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 9,632 for

assemble document

(0.15 sec)
  1. StructuredDocumentTag.BuildingBlockGallery | As...

    StructuredDocumentTag BuildingBlockGallery property. Specifies type of building block for this SDT. Can not be null in C#....is read-only for SDT of the document part type. For all other SDT...how to insert a structured document tag as a building block, and...

    reference.aspose.com/words/net/aspose.words.mar...
  2. LastModifiedTime | Aspose.Note for .NET API Ref...

    Gets or sets the last modified time.... // The path to the documents directory. string dataDir...// Load the document into Aspose.Note. Document oneFile = new...

    reference.aspose.com/note/net/aspose.note/page/...
  3. Table.Title | Aspose.Words for .NET

    Table Title property. Gets or sets title of this table. It provides an alternative text representation of the information contained in the table in C#....ISO/IEC 29500 compliant DOCX documents ( OoxmlCompliance ). When...nested table without using a document builder. public void CreateNestedTable...

    reference.aspose.com/words/net/aspose.words.tab...
  4. XamlFlowSaveOptions | Aspose.Words for .NET

    XamlFlowSaveOptions constructor. Initializes a new instance of this class that can be used to save a Document in the XamlFlow format in C#....that can be used to save a document in the XamlFlow format. public...created while converting a document to flow-form .xaml. public...

    reference.aspose.com/words/net/aspose.words.sav...
  5. IDocumentLoadingCallback Interface | Aspose.Wor...

    Aspose.Words.Loading.IDocumentLoadingCallback interface. Implement this interface if you want to have your own custom method called during loading a Document in C#....method called during loading a document. public interface IDocumentLoadingCall...This is called to notify of document loading progress. Examples...

    reference.aspose.com/words/net/aspose.words.loa...
  6. ThumbnailGeneratingOptions.ThumbnailSize | Aspo...

    ThumbnailGeneratingOptions ThumbnailSize property. Size of generated thumbnail in pixels. Default is 600x900 in C#....update a document’s thumbnail. Document doc = new Document (); DocumentBuilder...saving a document to .epub. // 1 - Use the document's first page:...

    reference.aspose.com/words/net/aspose.words.ren...
  7. ListCollection.AddCopy | Aspose.Words for .NET

    ListCollection AddCopy method. Creates a new list by copying the specified list and adding it to the collection of lists in the Document in C#....collection of lists in the document. public List AddCopy ( List...source list can be from any document. If the source list belongs...

    reference.aspose.com/words/net/aspose.words.lis...
  8. FontFallbackSettings.Load | Aspose.Words for .NET

    FontFallbackSettings Load method. Loads font fallback settings from XML file in C#....to/from an XML document in the local file system. Document doc = new...new Document ( MyDir + "Rendering.docx" ); // Load an XML document...

    reference.aspose.com/words/net/aspose.words.fon...
  9. DocumentBuilder.InsertStructuredDocumentTag | A...

    DocumentBuilder InsertStructuredDocumentTag method. Inserts a StructuredDocumentTag into the Document in C#....StructuredDocumentTa into the document. public StructuredDocumentTa...structured document tag. Document doc = new Document ( MyDir +...

    reference.aspose.com/words/net/aspose.words/doc...
  10. DocumentVisitor.VisitBodyEnd | Aspose.Words for...

    DocumentVisitor VisitBodyEnd method. Called when enumeration of the main text story in a section has ended in C#....how to use a document visitor to print a document’s node structure...DocStructureToText () { Document doc = new Document ( MyDir + "Docum...

    reference.aspose.com/words/net/aspose.words/doc...