Sort Score
Result 10 results
Languages All
Labels All
Results 9,531 - 9,540 of 157,132 for

doc

(0.12 sec)
  1. VariableCollection.remove_at method | Aspose.Wo...

    VariableCollection.remove_at method. Removes a Document variable at the specified index.... doc = aw . Document () variables = doc . variables...builder = aw . DocumentBuilder ( doc ) field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldToc | Aspose.Words for Java

    Implements the TOC field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.startBookmark("MyBookmark");...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldPageRef | Aspose.Words for Java

    Implements the PAGEREF field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); insertAndNameBookmar(builder...

    reference.aspose.com/words/java/com.aspose.word...
  4. DigitalSignature.SignatureType | Aspose.Words f...

    Discover the DigitalSignature SignatureType property to easily identify your digital signature type and enhance your Document security today!... Document doc = new Document ( MyDir + "Digitally...DigitalSignature signature in doc . DigitalSignatures ) { Console...

    reference.aspose.com/words/net/aspose.words.dig...
  5. Node.node_type_to_string method | Aspose.Words ...

    Node.node_type_to_string method. A utility method that converts a node type enum value into a user friendly string.... doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) node = doc . first_section . body . first_child...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldBibliography | Aspose.Words for Java

    Implements the BIBLIOGRAPHY field in Java.... Document doc = new Document(getMyDir() + "Bibliography...builder = new DocumentBuilder(doc); builder.write("Text to be cited...

    reference.aspose.com/words/java/com.aspose.word...
  7. MarkdownLoadOptions constructor | Aspose.Words ...

    MarkdownLoadOptions constructor. Initializes a new instance of [MarkdownLoadOptions](../) class....preserve_empty_lines = True doc = aw . Document ( stream = stream...Line1 \r\r Line2 \r\x0c ' , doc . get_text ()) See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::PhoneticGuide::get_BaseText meth...

    Aspose::Words::PhoneticGuide::get_BaseText method. Gets base text of the phonetic guide in C++.... auto doc = System :: MakeObject < Aspose...Words :: RunCollection > runs = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/pho...
  9. Chart class | Aspose.Words for Python

    aspose.words.drawing.charts.Chart class. Provides access to the chart shape properties... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a chart shape with...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert PPT to Word in Java | products.aspose.com

    Convert PPT to Word in Java. Use Java library API to convert PowerPoint to Word...inputPres ); try { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); for ( ISlide slide : pres...

    products.aspose.com/slides/java/conversion/ppt-...