Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 30,980 for

doc

(0.08 sec)
  1. BuiltInDocumentProperties.hyperlinks_changed pr...

    BuiltInDocumentProperties.hyperlinks_changed property. Indicates whether hyperlinks in a Document were changed.... doc = aw . Document ( file_name =...docx' ) self . assertTrue ( doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::PageSetup::get_TextOrientation m...

    Aspose::Words::PageSetup::get_TextOrientation method. Allows to specify TextOrientation for the whole page. Default value is Horizontal in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. CompositeNode.has_child_nodes property | Aspose...

    CompositeNode.has_child_nodes property. Returns ``True`` if this node has any child nodes.... doc = aw . Document ( file_name =...of a Body node: first_table = doc . first_section . body . tables...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Layout::LayoutOptions::get_ShowP...

    Aspose::Words::Layout::LayoutOptions::get_ShowParagraphMarks method. Gets or sets indication of whether paragraph marks are rendered. Default is false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add some paragraphs, then...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. Style.is_heading property | Aspose.Words for Py...

    Style.is_heading property. True when the style is one of the built-in Heading styles.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f 'Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Fill.back_theme_color property | Aspose.Words f...

    Fill.back_theme_color property. Gets or sets a ThemeColor object that represents the background color for the fill.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Fill.fore_theme_color property | Aspose.Words f...

    Fill.fore_theme_color property. Gets or sets a ThemeColor object that represents the foreground color for the fill.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TextBox.internal_margin_bottom property | Aspos...

    TextBox.internal_margin_bottom property. Specifies the inner bottom margin in points for a shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert another textbox...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main Document and a glossary Document of a Word Document in Java.... Document doc = new Document(); Assert.ass...assertEquals(DocumentBase.class, doc.getClass().getSuperclass());...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose::Words::MailMerging::MailMerge::GetField...

    Aspose::Words::MailMerging::MailMerge::GetFieldNamesForRegion method. Returns a collection of mail merge field names available in the region in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // "TableStart" and "TableEnd"...

    reference.aspose.com/words/cpp/aspose.words.mai...