Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 43,365 for

doc

(0.04 sec)
  1. CellFormat.horizontal_merge property | Aspose.W...

    CellFormat.horizontal_merge property. Specifies how the cell is merged horizontally with other cells in the row.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a cell into the...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Drawing::WrapType enum | Aspose....

    Aspose::Words::Drawing::WrapType enum. Specifies how text is wrapped around a shape or picture in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert the image into the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. List.is_multi_level property | Aspose.Words for...

    List.is_multi_level property. Returns ``True`` when the list contains 9 levels; ``False`` when 1 level.... doc = aw . Document () # A list allows...within a style. list_style = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBuilder.is_at_start_of_paragraph proper...

    DocumentBuilder.is_at_start_of_paragraph property. Returns ``True`` if the cursor is at the beginning of the current paragraph (no text before the cursor).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a valid bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBuilder.move_to_document_end method | A...

    DocumentBuilder.move_to_Document_end method. Moves the cursor to the end of the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a valid bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  6. LineNumberRestartMode enumeration | Aspose.Word...

    aspose.words.LineNumberRestartMode enumeration. Determines when automatic line numbering restarts.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can use the section's...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Lists::List::get_IsListStyleDefi...

    Aspose::Words::Lists::List::get_IsListStyleDefinition method. Returns true if this list is a definition of a list style in C++.... auto doc = MakeObject < Document > ();...SharedPtr < Style > listStyle = doc -> get_Styles () -> Add ( StyleType...

    reference.aspose.com/words/cpp/aspose.words.lis...
  8. Aspose::Words::WebExtensions::WebExtension clas...

    Aspose::Words::WebExtensions::WebExtension class. Represents a web extension object. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < TaskPane > (); doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  9. FieldMergeField.TextBefore | Aspose.Words for .NET

    Discover the FieldMergeField TextBefore property to easily customize text insertion before fields, enhancing your Document's clarity and professionalism.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a data table to...

    reference.aspose.com/words/net/aspose.words.fie...
  10. FieldMacroButton.display_text property | Aspose...

    FieldMacroButton.display_text property. Gets or sets the text to appear as the button that is selected to run the macro or command.... doc = aw . Document ( file_name =...DocumentBuilder ( doc = doc ) self . assertTrue ( doc . has_macros...

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