Sort Score
Result 10 results
Languages All
Labels All
Results 8,421 - 8,430 of 180,797 for

doc

(0.12 sec)
  1. MemoryFontSource constructor | Aspose.Words for...

    aspose.words.fonts.MemoryFontSource constructor..., priority = 0 ) doc = aw . Document () doc . font_settings =...aw . fonts . FontSettings () doc . font_settings . set_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ImageFieldMergingArgs.ImageHeight | Aspose.Word...

    Set the ImageHeight in ImageFieldMergingArgs to customize image size for your Document, enhancing visual appeal and clarity....MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.mai...
  3. Document.PunctuationKerning | Aspose.Words for ...

    Discover the PunctuationKerning property. Enhance your typography by applying kerning to Latin text and punctuation for improved readability and style.... Document doc = new Document ( MyDir + "Document..."Document.docx" ); Assert . That ( doc . PunctuationKerning , Is . True...

    reference.aspose.com/words/net/aspose.words/doc...
  4. FileFormatInfo.LoadFormat | Aspose.Words for .NET

    Discover the FileFormatInfo LoadFormat property to easily identify and access detected Document formats for seamless file management.... Document doc = new Document (); // Configure.... Password = "MyPassword" ; doc . Save ( ArtifactsDir + "File...

    reference.aspose.com/words/net/aspose.words/fil...
  5. Shading class | Aspose.Words for Node.js

    Aspose.Words.Shading class. Contains shading attributes for an object... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Start a table and set a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Document.unlink_fields method | Aspose.Words fo...

    Document.unlink_fields method. Unlinks fields in the whole Document.... doc = aw . Document ( file_name =...MY_DIR + 'Linked fields.docx' ) doc . unlink_fields () See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  7. TxtSaveOptions.OfficeMathExportMode | Aspose.Wo...

    Control how OfficeMath is written in TXT output with OfficeMathExportMode for consistent formatting and clear mathematical content.... Document doc = new Document ( MyDir + "Office...TxtOfficeMathExportM . Latex ; doc . Save ( ArtifactsDir + "TxtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. ImageSaveOptions | Aspose.Words for Java

    Allows to specify additional options when rendering Document pages or shapes to images in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.getFont().setName("Times...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Comment::RemoveAllReplies method...

    Aspose::Words::Comment::RemoveAllReplies method. Removes all replies to this comment in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Comment > ( doc , u "John Doe" , u "J.D." , System...

    reference.aspose.com/words/cpp/aspose.words/com...
  10. ReportBuilder | Aspose.Words for Java

    Provides methods intended to fill template with data using LINQ Reporting Engine in Java....populate document with data: String doc = getMyDir() + "Reporting engine...} ReportBuilder.buildReport(doc, getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...