Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 9,370 for

assemble document

(0.11 sec)
  1. ImageData.IsLinkOnly | Aspose.Words for .NET

    ImageData IsLinkOnly property. Returns true if the image is linked and not stored in the Document in C#....linked and not stored in the document. public bool IsLinkOnly {...image data. Document imgSourceDoc = new Document ( MyDir + "Images...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Border.LineStyle | Aspose.Words for .NET

    Border LineStyle property. Gets or sets the border style in C#....border into a document. Document doc = new Document (); DocumentBuilder...Border namespace Aspose.Words assembly Aspose.Words Border.IsVisible...

    reference.aspose.com/words/net/aspose.words/bor...
  3. DocumentBuilder.InsertHorizontalRule | Aspose.W...

    DocumentBuilder InsertHorizontalRule method. Inserts a horizontal rule shape into the Document in C#....horizontal rule shape into the document. public Shape InsertHorizontalRule...its formatting. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  4. OdtSaveOptions.IsStrictSchema11 | Aspose.Words ...

    OdtSaveOptions IsStrictSchema11 property. Specifies whether export should correspond to ODT specification 1.1 strictly. OOo 3.0 displays files correctly when they contain elements and attributes of ODT 1.2. Use false for this purpose or true for strict conformity of specification 1.1. The default value is false in C#....saved document conform to an older ODT schema. Document doc =...= new Document ( MyDir + "Rendering.docx" ); OdtSaveOptions saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. DocumentBuilder.EndTable | Aspose.Words for .NET

    DocumentBuilder EndTable method. Ends a table in the Document in C#....method Ends a table in the document. public Table EndTable ()...with a document builder. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  6. FontSavingArgs.OriginalFileSize | Aspose.Words ...

    FontSavingArgs OriginalFileSize property. Gets the original font file size in C#....SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...them alongside the output document. doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Node.NodeTypeToString | Aspose.Words for .NET

    Node NodeTypeToString method. A utility method that converts a node type enum value into a user friendly string in C#.... Document doc = new Document ( MyDir + "Paragraphs...RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...

    reference.aspose.com/words/net/aspose.words/nod...
  8. CompositeNode.FirstChild | Aspose.Words for .NET

    CompositeNode FirstChild property. Gets the first child of the node in C#.... Document doc = new Document ( MyDir + "Paragraphs...RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...

    reference.aspose.com/words/net/aspose.words/com...
  9. Node.NextSibling | Aspose.Words for .NET

    Node NextSibling property. Gets the node immediately following this node in C#.... Document doc = new Document ( MyDir + "Paragraphs...RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...

    reference.aspose.com/words/net/aspose.words/nod...
  10. CustomXmlPartCollection.RemoveAt | Aspose.Words...

    CustomXmlPartCollection RemoveAt method. Removes an item at the specified index in C#....structured document tag with custom XML data. Document doc = new...new Document (); // Construct an XML part that contains data and...

    reference.aspose.com/words/net/aspose.words.mar...