Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 168,745 for

doc

(0.21 sec)
  1. Shape.first_paragraph property | Aspose.Words f...

    Shape.first_paragraph property. Gets the first paragraph in the shape.... doc = aw . Document () # Create a...text_box = aw . drawing . Shape ( doc , aw . drawing . ShapeType ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Settings::HyphenationOptions::ge...

    Aspose::Words::Settings::HyphenationOptions::get_HyphenationZone method. Gets or sets the distance in 1/20 of a point from the right margin within which you do not want to hyphenate words. Default value for this property is 360 (0.25 inch) in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  3. Გადაიყვანეთ HTML JPG C++

    გადაიყვანეთ HTML JPG C++ ფორმატში კოდით. შეინახეთ HTML როგორც JPG C++....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...

    products.aspose.com/words/ka/cpp/conversion/htm...
  4. Გადაიყვანეთ HTML Გამოსახულება C++

    გადაიყვანეთ HTML Გამოსახულება C++ ფორმატში კოდით. შეინახეთ HTML როგორც Გამოსახულება C++....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...

    products.aspose.com/words/ka/cpp/conversion/htm...
  5. Remove Breaks in Python|Aspose.Words for Java

    Remove Breaks using Python.... doc = self . Document ( self . dataDir + "TestFile.doc" )...removePageBreaks ( doc ) self . removeSectionBreaks ( doc ) \# Save the...

    docs.aspose.com/words/java/remove-breaks-in-pyt...
  6. ViewType enumeration | Aspose.Words for Node.js

    Aspose.Words.Settings.ViewType enumeration. Possible values for the view mode 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...
  7. TxtLoadOptions.detectHyperlinks property | Aspo...

    TxtLoadOptions.detectHyperlinks property. Specifies either to detect hyperlinks in text...com/\n" + "https://docs.aspose.com/words/net/\n" ; //...detectHyperlinks = true ; let doc = new aw . Document ( Buffer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Settings::ZoomType enum | Aspose...

    Aspose::Words::Settings::ZoomType enum. Possible values for how large or small the Document appears on the screen in Microsoft Word in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_ViewOptions...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. FieldOptions.BibliographyStylesProvider | Aspos...

    Discover the FieldOptions BibliographyStylesProvider property for customizable bibliography styles, enhancing your FieldBibliography and FieldCitation fields....ChangeBibliographySt () { Document doc = new Document ( MyDir + "Bibliography...with the following code: // doc.Bibliography.BibliographyStyle...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Node.remove method | Aspose.Words for Node.js

    Node.remove method. Removes itself from the parent.... let doc = new aw . Document ( base ...."Images.docx" ); let shapes = doc . getChildNodes ( aw . NodeType...

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