Sort Score
Result 10 results
Languages All
Labels All
Results 9,541 - 9,550 of 180,087 for

doc

(0.28 sec)
  1. FieldOptions.custom_toc_style_separator propert...

    FieldOptions.custom_toc_style_separator property. Gets or sets custom style separator for the \t switch in [FieldToc](../../fieldtoc/) field.... def field_toc (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . start_bookmark ( 'MyBookmark'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Comment.removeAllReplies method | Aspose.Words ...

    Comment.removeAllReplies method. Removes all replies to this comment.... let doc = new aw . Document (); let comment...comment = new aw . Comment ( doc , "John Doe" , "J.D." , Date...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Add Text to an existing PDF file in PHP|Aspose....

    Learn how to add new text to an existing PDF Document in PHP using Aspose.PDF for content enhancement....Instantiate Document object $doc = new Document ( $dataDir . 'input1...particular page $pdf_page = $doc -> getPages () -> get_Item (...

    docs.aspose.com/pdf/java/add-text-to-an-existin...
  4. Aspose::Words::Drawing::Fill::get_ForeThemeColo...

    Aspose::Words::Drawing::Fill::get_ForeThemeColor method. Gets or sets a ThemeColor object that represents the foreground color for the fill in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. PsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.PS format in Java.... Document doc = new Document(getMyDir() + "Paragraphs...BookFoldPrinting". for (Section s : doc.getSections()) { s.getPageSetup()...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Drawing::Shape::get_Adjustments ...

    Aspose::Words::Drawing::Shape::get_Adjustments method. Provides access to the adjustment raw values of a shape. For a shape that does not contain any adjustment raw values, it returns an empty collection in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. RowFormat | Aspose.Words for Java

    Represents all formatting for a table row in Java.... Document doc = new Document(getMyDir() + "Tables..."Tables.docx"); Table table = doc.getFirstSection().getBody().getTables()...

    reference.aspose.com/words/java/com.aspose.word...
  8. NodeChangingArgs | Aspose.Words for Java

    Provides data for methods of the INodeChangingCallback interface in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Set the node changing callback...

    reference.aspose.com/words/java/com.aspose.word...
  9. HtmlSaveOptions.exportListLabels property | Asp...

    HtmlSaveOptions.exportListLabels property. Controls how list labels are output to HTML, MHTML or EPUB... let doc = new aw . Document (); let builder... DocumentBuilder ( doc ); let list = doc . lists . add ( aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Tables::Cell class | Aspose.Word...

    Aspose::Words::Tables::Cell class. Represents a table cell. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: Tables :: Table > ( doc ); doc -> get_FirstSection () ->...

    reference.aspose.com/words/cpp/aspose.words.tab...