Sort Score
Result 10 results
Languages All
Labels All
Results 5,511 - 5,520 of 157,140 for

doc

(0.07 sec)
  1. ShapeBase.wrap_side property | Aspose.Words for...

    ShapeBase.wrap_side property. Specifies how the text is wrapped around the shape.... doc = aw . Document ( file_name =...x . as_shape (), b ), list ( doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FindReplaceOptions.matchCase property | Aspose....

    FindReplaceOptions.matchCase property. True indicates case-sensitive comparison, false indicates case-insensitive comparison.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Ruby...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. SmartTag Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.SmartTag class, which enhances Document editing by identifying smart tags around inline elements like images and fields....public void Create () { Document doc = new Document (); // A smart...SmartTag smartTag = new SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/net/aspose.words.mar...
  4. DocumentPropertyCollection.Count | Aspose.Words...

    Discover the DocumentPropertyCollection Count property to effortlessly retrieve the number of items in your collection for efficient data management.... Document doc = new Document ( MyDir + "Properties...custom document property" , doc . CustomDocumentProper [ "CustomProperty"...

    reference.aspose.com/words/net/aspose.words.pro...
  5. TaskPaneDockState Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WebExtensions.TaskPaneDockState enum, which defines task pane locations for enhanced Document editing and user experience.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...

    reference.aspose.com/words/net/aspose.words.web...
  6. ArrowType enumeration | Aspose.Words for Python

    aspose.words.drawing.ArrowType enumeration. Specifies the type of an arrow at a line end.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are four examples of shapes...

    reference.aspose.com/words/python-net/aspose.wo...
  7. RevisionsView enumeration | Aspose.Words for Py...

    aspose.words.RevisionsView enumeration. Allows to specify whether to work with the original or revised version of a Document.... doc = aw . Document ( file_name =...docx' ) doc . update_list_labels () paragraphs = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldInclude.text_converter property | Aspose.W...

    FieldInclude.text_converter property. Gets or sets the name of the text converter for the format of the included file.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # We can use an INCLUDE field to...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Table.top_padding property | Aspose.Words for P...

    Table.top_padding property. Gets or sets the amount of space (in points) to add above the contents of cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PageSetup.page_height property | Aspose.Words f...

    PageSetup.page_height property. Returns or sets the height of the page in points.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert the image into the...

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