Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 157,620 for

doc

(0.18 sec)
  1. TxtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.TEXT format in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  2. Body constructor | Aspose.Words for Node.js

    Body constructor. Initializes a new instance of the [Body](../) class....Body constructor Body(doc) Initializes a new instance of the...the Body class. Body ( doc : Aspose . Words . DocumentBase ) Parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. StyleCollection.ClearQuickStyleGallery | Aspose...

    Effortlessly clear styles from your Quick Style Gallery with StyleCollection's ClearQuickStyleGallery method. Simplify your design process today!... Document doc = new Document (); // Note that...for now. doc . Styles . ClearQuickStyleGalle (); doc . Save (...

    reference.aspose.com/words/net/aspose.words/sty...
  4. ParagraphFormat.hangingPunctuation property | A...

    ParagraphFormat.hangingPunctuation property. Gets or sets a flag indicating whether hanging punctuation is enabled for the current paragraph.... let doc = new aw . Document ( base ...."Document.docx" ); let format = doc . firstSection . body . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. SystemFontSource class | Aspose.Words for Python

    aspose.words.fonts.SystemFontSource class. Represents all TrueType fonts installed to the system... doc = aw . Document () doc . font_settings =...self . assertEqual ( 1 , len ( doc . font_settings . get_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Print Documents|Aspose.Words for .NET

    Print a Document easily and fast instead of using VSTO in C#....docx" ; Document doc = new Document ( FileName ); doc . Print ();...PrinterSettings . MaximumPage = doc . PageCount ; PrinterSettings...

    docs.aspose.com/words/net/print-documents/
  7. Document.unprotect method | Aspose.Words for Py...

    aspose.words.Document.unprotect method... doc = aw . Document () doc . protect ( type...ProtectionType . READ_ONLY , doc . protection_type ) # If we open...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Thumbnail method. Gets or sets the thumbnail of the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. DocumentBuilder.InsertNode | Aspose.Words for .NET

    Enhance your Document creation with the DocumentBuilder InsertNode method. Effortlessly insert nodes before the cursor for seamless editing!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); string imageFileName = ImageDir...

    reference.aspose.com/words/net/aspose.words/doc...
  10. PageSetup.rtl_gutter property | Aspose.Words fo...

    PageSetup.rtl_gutter property. Gets or sets whether Microsoft Word uses gutters for the section based on a right-to-left language or a left-to-right language.... doc = aw . Document () # Insert text...= aw . DocumentBuilder ( doc = doc ) i = 0 while i < 6 : builder...

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