Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 67,639 for

document

(0.04 sec)
  1. BuiltInDocumentProperties.heading_pairs propert...

    BuiltInDocumentProperties.heading_pairs property. Specifies Document headings and their names....heading_pairs property Specifies document headings and their names....and specifies the count of document parts for this heading in...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Range.Delete | Aspose.Words for .NET

    Efficiently remove all characters within a specified range using the Range Delete method. Simplify your text editing tasks effortlessly!... Document doc = new Document (); DocumentBuilder...to the first section in the document, and then add another section...

    reference.aspose.com/words/net/aspose.words/ran...
  3. Document.Print | Aspose.Words for .NET

    Effortlessly print your entire Document to your default printer with our streamlined Document Print method. Enjoy fast, hassle-free printing!...] Print() Prints the whole document to the default printer. public...print a document using the default printer. Document doc = new...

    reference.aspose.com/words/net/aspose.words/doc...
  4. PageSetup.firstPageTray property | Aspose.Words...

    PageSetup.firstPageTray property. Gets or sets the paper tray (bin) to use for the first page of a section...get all the sections in a document to use the default paper tray...printer. let doc = new aw . Document (); // Find the default printer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldFileName Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFileName class, designed to simplify FILENAME field implementation for seamless Document automation....the Working with Fields documentation article. public class FieldFileName...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::WarningInfo class | Aspose.Words...

    Aspose::Words::WarningInfo class. Contains information about a warning that Aspose.Words issued during Document loading or saving. To learn more, visit the Documentation article in C++....Words issued during document loading or saving. To learn...the Programming with Documents documentation article. class WarningInfo...

    reference.aspose.com/words/cpp/aspose.words/war...
  7. Theme Class | Aspose.Words for .NET

    Explore the Aspose.Words.Theme class to enhance your Documents with customizable themes, including MajorFonts, MinorFonts, and vibrant Colors....Hide ] Theme class Represents document Theme, and provides access...with Styles and Themes documentation article. public class Theme...

    reference.aspose.com/words/net/aspose.words.the...
  8. Font.size_bi property | Aspose.Words for Python

    Font.size_bi property. Gets or sets the font size in points used in a right-to-left Document....points used in a right-to-left document. @property def size_bi ( self...right-to-left text. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. How to Edit Word Metadata using C#

    This article guides on how to edit Word metadata using C#. It provides environment settings, a list of tasks, and a runnable sample code to change properties of Word Document using C#.... Steps to Edit Word Document Metadata using C# Add the...Load the Word file into the Document object and access the custom...

    kb.aspose.com/words/net/how-to-edit-word-metada...
  10. How to Convert Image to PDF in Java

    This basic tutorial explains how to convert image to PDF in Java. You will learn how using Java PNG to PDF conversion can be accomplished by following a few steps and a runnable code snippet....of the Document class to create an empty PDF document Create...the converted image as a PDF document To convert PNG to PDF Java...

    kb.aspose.com/pdf/java/how-to-convert-image-to-...