Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 157,133 for

doc

(0.06 sec)
  1. FontInfoCollection.SaveSubsetFonts | Aspose.Wor...

    Discover the FontInfoCollection SaveSubsetFonts property, control embedded TrueType font subsets in your Documents for optimized file size and performance....Remarks This option works for DOC, DOCX and RTF formats only. Examples...embedded TrueType fonts. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.fon...
  2. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....throws Exception { Document doc = new Document(); Comment newComment...newComment = new Comment(doc); { newComment.setAuthor("VDeryushev");...

    reference.aspose.com/words/java/com.aspose.word...
  3. ListCollection.Document | Aspose.Words for .NET

    Discover the ListCollection Document property to easily access the owner Document and streamline your data management. Unlock efficiency today!...Document doc = new Document (); ListCollection lists = doc . Lists...Lists ; Assert . AreEqual ( doc , lists . Document ); List list...

    reference.aspose.com/words/net/aspose.words.lis...
  4. CompatibilityOptions.OptimizeFor | Aspose.Words...

    Enhance your Documents with the OptimizeFor method in CompatibilityOptions. Tailor Aspose.Words behavior for specific MS Word versions for optimal results.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.set...
  5. Aspose::Words::Saving::SaveOptions::get_UpdateL...

    Aspose::Words::Saving::SaveOptions::get_UpdateLastPrintedProperty method. Gets or sets a value determining whether the LastPrinted property is updated before saving in C++.... auto doc = MakeObject < Document > (); doc -> get_BuiltInDocumentPrope...by using a PRINTDATE field. doc -> Save ( ArtifactsDir + u "DocSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. FontInfoCollection.save_subset_fonts property |...

    FontInfoCollection.save_subset_fonts property. Specifies whether or not to save a subset of the embedded TrueType fonts with the Document...Remarks This option works for DOC, DOCX and RTF formats only. Examples...with embedded TrueType fonts. doc = aw . Document ( file_name =...

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

    ParagraphFormat.style property. Gets or sets the paragraph style applied to this formatting.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a custom paragraph...

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

    Discover the ParagraphFormat Style property to easily customize and enhance your Document's paragraph styling for improved readability and presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/net/aspose.words/par...
  9. PageSetup.sheets_per_booklet property | Aspose....

    PageSetup.sheets_per_booklet property. Returns or sets the number of pages to be included in each booklet.... doc = aw . Document () # Insert text...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'My...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Paragraph.getEffectiveTabStops method | Aspose....

    Paragraph.getEffectiveTabStops method. Returns array of all tab stops applied to this paragraph, including applied indirectly by styles or lists.... let doc = new aw . Document (); let para = doc . firstSection...in Microsoft Word. expect ( doc . firstSection . body . firstParagraph...

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