Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 9,584 for

assemble document

(0.19 sec)
  1. ReadDocumentProperties | Aspose.Sildes for .NET...

    Gets Document properties of binded presentation....ReadDocumentProperti method Gets document properties of binded presentation...ReadDocumentProperti () Return Value Document properties IDocumentProperties...

    reference.aspose.com/slides/net/aspose.slides/i...
  2. FontInfo.EmbeddingLicensingRights | Aspose.Word...

    FontInfo EmbeddingLicensingRights property. Gets the embedded font licensing rights in C#.... Document doc = new Document ( MyDir + "Embedded...docx" ); // Get the list of document fonts. FontInfoCollection...

    reference.aspose.com/words/net/aspose.words.fon...
  3. FileFormatUtil.ImageTypeToExtension | Aspose.Wo...

    FileFormatUtil ImageTypeToExtension method. Converts an Aspose.Words image type enumerated value into a file extension. The returned extension is a lowercase string with a leading dot in C#....how to extract images from a document, and save them to the local...individual files. Document doc = new Document ( MyDir + "Images...

    reference.aspose.com/words/net/aspose.words/fil...
  4. HtmlFixedSaveOptions.OptimizeOutput | Aspose.Wo...

    HtmlFixedSaveOptions OptimizeOutput property. Flag indicates whether it is required to optimize output. If this flag is set redundant nested canvases and empty canvases are removed also neighbor glyphs with the same formating are concatenated. Note The accuracy of the content display may be affected if this property is set to true. Default is true in C#....Examples Shows how to simplify a document when saving it to HTML by...redundant objects. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  5. NodeList.GetEnumerator | Aspose.Words for .NET

    NodeList GetEnumerator method. Provides a simple foreach style iteration over the collection of nodes in C#.... Document doc = new Document ( MyDir + "Tables...descendants of any table node in the document. NodeList nodeList = doc ...

    reference.aspose.com/words/net/aspose.words/nod...
  6. LayoutEnumerator.MoveParent | Aspose.Words for ...

    LayoutEnumerator MoveParent method. Moves to the parent entity in C#....Shows ways of traversing a document’s layout entities. public...LayoutEnumerator () { // Open a document that contains a variety of...

    reference.aspose.com/words/net/aspose.words.lay...
  7. CssStyleSheetType Enum | Aspose.Words for .NET

    Aspose.Words.Saving.CssStyleSheetType enum. Specifies how CSS Cascading Style Sheet styles are exported to HTML in C#....ExternalCssFilenames () { Document doc = new Document ( MyDir + "Rendering... which we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...
  8. CreateAttribute | Aspose.HTML for .NET API Refe...

    The Document.createAttribute method creates a new attribute node and returns it. The object created a node implementing the Attraspose.html.dom/attr interface. The DOM does not enforce what sort of attributes can be added to a particular element in this manner....CreateAttribute Document.CreateAttribute method The Document.createAttribute()...node. Examples var element = document . GetElementById ( "div" );...

    reference.aspose.com/html/net/aspose.html.dom/d...
  9. IStructuredDocumentTag.WordOpenXML | Aspose.Wor...

    IStructuredDocumentTag WordOpenXML property. Gets a string that represents the XML contained within the node in the FlatOpc format in C#.... Document doc = new Document ( MyDir + "Structured..."Structured document tags.docx" ); List < StructuredDocumentTa > tags...

    reference.aspose.com/words/net/aspose.words.mar...
  10. MappedDataFieldCollection.Remove | Aspose.Words...

    MappedDataFieldCollection Remove method. Removes a field mapping in C#....the mail merge field in the document. Examples Shows how to map...MappedDataFieldColle () { Document doc = CreateSourceDocMappe...

    reference.aspose.com/words/net/aspose.words.mai...