Sort Score
Result 10 results
Languages All
Labels All
Results 3,821 - 3,830 of 168,880 for

doc

(0.14 sec)
  1. FieldMergingArgsBase.TableName | Aspose.Words f...

    Discover the FieldMergingArgsBase TableName property, easily access the data table name for your merge operations, or know when it's unavailable....InsertCheckBox () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use MERGEFIELDs with "...

    reference.aspose.com/words/net/aspose.words.mai...
  2. TextColumnCollection.setCount method | Aspose.W...

    TextColumnCollection.setCount method. Arranges text into the specified number of text columns.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let columns = builder . pageSetup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ShapeBase.canHaveImage property | Aspose.Words ...

    ShapeBase.canHaveImage property. Returns ``true`` if the shape type allows the shape to have an image.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a shape with an...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Border.DistanceFromText | Aspose.Words for .NET

    Discover the Border DistanceFromText property to easily adjust border spacing from text or page edges in points for enhanced layout control....Document doc = new Document (); PageSetup pageSetup = doc . Sections...border . DistanceFromText = 0 ; doc . Save ( ArtifactsDir + "PageSetup...

    reference.aspose.com/words/net/aspose.words/bor...
  5. BookmarkCollection.clear method | Aspose.Words ...

    BookmarkCollection.clear method. Removes all bookmarks from this collection and from the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. VbaProject.Clone | Aspose.Words for .NET

    Effortlessly duplicate your VbaProject with the Clone method. Enhance your workflow and streamline project management today!... Document doc = new Document ( MyDir + "VBA...VbaProject copyVbaProject = doc . VbaProject . Clone (); destDoc...

    reference.aspose.com/words/net/aspose.words.vba...
  7. PdfSaveOptions.attachmentsEmbeddingMode propert...

    PdfSaveOptions.attachmentsEmbeddingMode property. Gets or sets a value determining how attachments are embedded to the PDF Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . insertOleObject...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartLegend.font property | Aspose.Words for No...

    ChartLegend.font property. Provides access to the default font formatting of legend entries... let doc = new aw . Document ( base ....series.docx" ); let chart = doc . getShape ( 0 , true ). chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ShapeBase.Target | Aspose.Words for .NET

    Discover ShapeBase Target property to easily set or retrieve hyperlink target frames for your shapes, enhancing user navigation and experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertImage...

    reference.aspose.com/words/net/aspose.words.dra...
  10. AxisCategoryType enumeration | Aspose.Words for...

    aspose.words.drawing.charts.AxisCategoryType enumeration. Specifies type of a category axis.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...