Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 157,121 for

doc

(0.12 sec)
  1. FontInfo.get_embedded_font_as_open_type method ...

    FontInfo.get_embedded_font_as_open_type method. Gets an embedded font file in OpenType format... doc = aw . Document ( file_name =...font.docx' ) embedded_font = doc . font_infos . get_by_name (...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Remove Breaks in Ruby|Aspose.Words for Java

    Remove breaks using Ruby....Code def remove_page_breaks ( doc ) # Retrieve all paragraphs in...words.NodeType" ) paragraphs = doc . getChildNodes ( node_type ...

    docs.aspose.com/words/java/remove-breaks-in-ruby/
  3. OoxmlSaveOptions.save_format property | Aspose....

    OoxmlSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # If we configure compatibility...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document.first_section property | Aspose.Words ...

    Document.first_section property. Gets the first section in the Document.... doc = aw . Document ( file_name =...'Footer.docx' ) headers_footers = doc . first_section . headers_footers...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.viewOptions property | Aspose.Words fo...

    Document.viewOptions property. Provides options to control how the Document is displayed in Microsoft Word.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Font.subscript property | Aspose.Words for Python

    Font.subscript property. True if the font is formatted as subscript.... doc = aw . Document () para = doc . get_child (...baseline. run = aw . Run ( doc = doc , text = 'Raised text. ' )...

    reference.aspose.com/words/python-net/aspose.wo...
  7. LoadOptions.update_dirty_fields property | Aspo...

    LoadOptions.update_dirty_fields property. Specifies whether to update the fields with the ``dirty`` attribute.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Give the document's built-in...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Discover the ParagraphFormat property for enhanced paragraph styling. Unlock advanced formatting options to elevate your Document's appearance!... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/par...
  9. Inline.Font | Aspose.Words for .NET

    Discover the Inline Font property for seamless font formatting control. Enhance your design with easy access to customizable text styles and effects.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/inl...
  10. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the Document.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...

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