Sort Score
Result 10 results
Languages All
Labels All
Results 7,791 - 7,800 of 157,349 for

doc

(0.09 sec)
  1. TableSubstitutionRule.Load | Aspose.Words for .NET

    Effortlessly load table substitution settings from XML files with the TableSubstitutionRule Load method. Optimize your data management today!... Document doc = new Document (); FontSettings...fontSettings = new FontSettings (); doc . FontSettings = fontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  2. Aspose::Words::Lists::ListLevel::get_NumberForm...

    Aspose::Words::Lists::ListLevel::get_NumberFormat method. Returns or sets the number format for the list level in C++.... auto doc = System :: MakeObject < Aspose...Words :: Lists :: List > list = doc -> get_Lists () -> Add ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.lis...
  3. Shading | Aspose.Words for Java

    Contains shading attributes for an object in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); BorderCollection borders =...

    reference.aspose.com/words/java/com.aspose.word...
  4. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java.... Document doc = new Document(); // Add two...Paragraph paragraph = (Paragraph) doc.getChild(NodeType.PARAGRAPH,...

    reference.aspose.com/words/java/com.aspose.word...
  5. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....Document doc = new Document(); Run run = new Run(doc, "Hello world...setHighlightColor(Color.YELLOW); doc.getFirstSection().getBody().getFirstParagraph()...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldToc | Aspose.Words for Java

    Implements the TOC field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.startBookmark("MyBookmark");...

    reference.aspose.com/words/java/com.aspose.word...
  7. SaveOptions.ExportGeneratorName | Aspose.Words ...

    Enhance your Documents with the SaveOptions ExportGeneratorName property. Embed Aspose.Words name and version for better traceability. Default, true....Document doc = new Document (); // Use https://docs.aspose.c...ExportGeneratorName = false }; doc . Save ( ArtifactsDir + "OoxmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. PageInfo Class | Aspose.Words for .NET

    Discover the Aspose.Words.Rendering.PageInfo class, which provides essential details about each Document page, enhancing your Document rendering experience.... Document doc = new Document ( MyDir + "Rendering...PrinterSettings (). PaperSources ; doc . FirstSection . PageSetup ....

    reference.aspose.com/words/net/aspose.words.ren...
  9. Font.TextEffect | Aspose.Words for .NET

    Discover the Font TextEffect property to easily customize font animations, enhancing your designs with dynamic text effects for a captivating user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 36...

    reference.aspose.com/words/net/aspose.words/fon...
  10. HtmlSaveOptions.export_images_as_base64 propert...

    HtmlSaveOptions.export_images_as_base64 property. Specifies whether images are saved in Base64 format to the output HTML, MHTML or EPUB... doc = aw . Document ( file_name =...options . pretty_format = True doc . save ( file_name = ARTIFACTS_DIR...

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