Sort Score
Result 10 results
Languages All
Labels All
Results 8,211 - 8,220 of 18,447 for

docx to doc

(0.16 sec)
  1. StructuredDocumentTag.IsShowingPlaceholderText ...

    Discover how the IsShowingPlaceholderText property in StructuredDocumentTag enhances your Document's clarity by distinguishing placeholder text from regular content.... Document doc = new Document (); // Insert...= new StructuredDocumentTa ( doc , SdtType . PlainText , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  2. DocumentPropertyCollection indexer | Aspose.Wor...

    DocumentPropertyCollection indexer. Returns a [DocumentProperty](../../Documentproperty/) object by index.... doc = aw . Document ( MY_DIR + 'Properties.docx' ) # Every...custom document property' , str ( doc . custom_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartNumberFormat.FormatCode | Aspose.Words for...

    Discover how To use the ChartNumberFormat FormatCode property To cusTomize data label formats for clearer insights and enhanced data presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a line chart, then...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Framesets::FramesetCollection cl...

    Aspose::Words::Framesets::FramesetCollection class. Represents a collection of instances of the Frameset class. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...() + u "Frameset.docx" ); ASSERT_EQ ( 3 , doc -> get_Frameset...

    reference.aspose.com/words/cpp/aspose.words.fra...
  5. NodeCollection.clear method | Aspose.Words for ...

    NodeCollection.clear method. Removes all nodes from this collection and from the Document.... let doc = new aw . Document ( base .... myDir + "Document.docx" ); // This document has one section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. BuiltInDocumentProperties.HyperlinkBase | Aspos...

    Discover the BuiltInDocumentProperties HyperlinkBase property To optimize relative hyperlinks in your Documents for seamless navigation and enhanced user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a relative hyperlink...

    reference.aspose.com/words/net/aspose.words.pro...
  7. ShadowFormat | Aspose.Words for Java

    Represents shadow formatting for an object in Java....Document doc = new Document(getMyDir() + "Shadow color.docx"); Shape...Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true); ShadowFormat...

    reference.aspose.com/words/java/com.aspose.word...
  8. Compress TXT Files Online or using Android Mobi...

    Free online app To compress different TXT files. Android compression library Java code for TXT Documents....[Product Documentation](https://docs.aspose.com/words/java/system-requirements/)...(Comma Seperated Values) Compress DOC Files (Microsoft Word Binary...

    products.aspose.com/total/android-java/compress...
  9. Compress RTF Files Online or using Android Mobi...

    Free online app To compress different RTF files. Android compression library Java code for RTF Documents....[Product Documentation](https://docs.aspose.com/words/java/system-requirements/)...(Comma Seperated Values) Compress DOC Files (Microsoft Word Binary...

    products.aspose.com/total/android-java/compress...
  10. Node.previous_pre_order method | Aspose.Words f...

    Node.previous_pre_order method. Gets the previous node according To the pre-order tree traversal algorithm.... doc = aw . Document ( file_name =...= MY_DIR + 'Images.docx' ) self . assertEqual ( 9 , len ( list...

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