Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 30,863 for

doc

(0.12 sec)
  1. Document.versions_count property | Aspose.Words...

    Document.versions_count property. Gets the number of Document versions that was stored in the Doc Document....versions that was stored in the DOC document. @property def versions_count...Word supports versions only for DOC files. This property allows to...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TableSubstitutionRule.AddSubstitutes | Aspose.W...

    Enhance your typography with the TableSubstitutionRule AddSubstitutes method, allowing seamless integration of substitute fonts for any original font.... Document doc = new Document (); doc . FontSettings =...source. Assert . AreEqual ( 1 , doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  3. TableSubstitutionRule.GetSubstitutes | Aspose.W...

    Discover the GetSubstitutes method in TableSubstitutionRule. Easily retrieve substitute font names for your original font, enhancing design flexibility.... Document doc = new Document (); doc . FontSettings =...source. Assert . AreEqual ( 1 , doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  4. FontInfoCollection.count property | Aspose.Word...

    FontInfoCollection.count property. Gets the number of elements contained in the collection.... doc = aw . Document () # A blank...( 3 , doc . font_infos . count ) self . assertTrue ( doc . font_infos...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Font.DoubleStrikeThrough | Aspose.Words for .NET

    Discover the Font DoubleStrikeThrough property. Easily format text with a double strikethrough for enhanced clarity and style in your Documents.... Document doc = new Document (); Paragraph...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph ...

    reference.aspose.com/words/net/aspose.words/fon...
  6. CustomPartCollection class | Aspose.Words for P...

    aspose.words.markup.CustomPartCollection class. Represents a collection of [CustomPart](../custompart/) objects... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageSetup.Orientation | Aspose.Words for .NET

    Discover the PageSetup Orientation property to easily adjust your Document's page layout. Optimize your printing with customizable orientation settings!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pag...
  8. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveOptions PageSet property to customize your Document rendering. Control which pages to save for optimized output. Explore now!... Document doc = new Document ( MyDir + "Images...imageOptions . PageSet = pageSet ; doc . Save ( ArtifactsDir + "ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. RevisionOptions.revision_bars_position property...

    RevisionOptions.revision_bars_position property. Gets or sets rendering position of revision bars... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a revision, then...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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...