Sort Score
Result 10 results
Languages All
Labels All
Results 9,271 - 9,280 of 152,585 for

doc

(0.47 sec)
  1. DocumentProperty | Aspose.Words for Java

    Represents a custom or built-in Document property in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.startBookmark("MyBookmark");...

    reference.aspose.com/words/java/com.aspose.word...
  2. ChartSeriesGroupCollection.add method | Aspose....

    ChartSeriesGroupCollection.add method. Adds a new series group of the specified series type to this collection.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ImageSize.heightPoints property | Aspose.Words ...

    ImageSize.heightPoints property. Gets the height of the image in points... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertImage...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. TxtSaveOptions.PreserveTableLayout | Aspose.Wor...

    Discover TxtSaveOptions' PreserveTableLayout feature, ensuring your tables retain their layout when saving as plain text. Enhance your Document's readability!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartTable (); builder...

    reference.aspose.com/words/net/aspose.words.sav...
  5. FixedPageSaveOptions.pageSavingCallback propert...

    FixedPageSaveOptions.pageSavingCallback property. Allows to control how separate pages are saved when a Document is exported to fixed page format....'PageFileNames' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Page...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CellFormat.leftPadding property | Aspose.Words ...

    CellFormat.leftPadding property. Returns or sets the amount of space (in points) to add to the left of the contents of cell.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Fill.backColor property | Aspose.Words for Node.js

    Fill.backColor property. Gets or sets a Color object that represents the background color for the fill.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CellFormat.bottomPadding property | Aspose.Word...

    CellFormat.bottomPadding property. Returns or sets the amount of space (in points) to add below the contents of cell.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::DocumentBuilder::EndColumnBookma...

    Aspose::Words::DocumentBuilder::EndColumnBookmark method. Marks the current position in the Document as a column bookmark end. The position must be in a table cell in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> StartTable ();...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. IChartDataPoint.marker property | Aspose.Words ...

    IChartDataPoint.marker property. Specifies a data marker... def chart_data_point (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) shape = builder . insert_chart...

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