Sort Score
Result 10 results
Languages All
Labels All
Results 4,271 - 4,280 of 157,095 for

doc

(0.13 sec)
  1. 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...
  2. 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...
  3. BuiltInDocumentProperties.Bytes | Aspose.Words ...

    Discover the BuiltInDocumentProperties Bytes property, an essential tool for estimating Document size, enhancing file management and efficiency....public void Content () { Document doc = new Document ( MyDir + "Paragraphs...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  4. 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...
  5. 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...
  6. 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...
  7. ControlChar.NonBreakingHyphenChar | Aspose.Word...

    Discover the NonBreaking HyphenChar in Microsoft Word. Enhance your Documents with seamless text flow using char30 for professional results.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  8. DocumentBuilder.start_editable_range method | A...

    DocumentBuilder.start_editable_range method. Marks the current position in the Document as an editable range start.... doc = aw . Document () doc . protect ( type...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( "Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ViewOptions.do_not_display_page_boundaries prop...

    ViewOptions.do_not_display_page_boundaries property. Turns off display of the space between the top of the text and the top edge of the page.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert content that spans...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Fields::FieldOptions::get_Templa...

    Aspose::Words::Fields::FieldOptions::get_TemplateName method. Gets or sets the file name of the template used by the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // We can set a template name...

    reference.aspose.com/words/cpp/aspose.words.fie...