Sort Score
Result 10 results
Languages All
Labels All
Results 5,371 - 5,380 of 349,425 for

document

(0.09 sec)
  1. FileFormatUtil.ExtensionToSaveFormat | Aspose.W...

    Effortlessly convert file name extensions to SaveFormat values with the FileFormatUtil ExtensionToSaveFormat method. Simplify your file management today!...the format of a document. // Load a document from a file that... OpenRead ( MyDir + "Word document with missing file extension"...

    reference.aspose.com/words/net/aspose.words/fil...
  2. HtmlLoadOptions class | Aspose.Words for Node.js

    Aspose.Words.Loading.HtmlLoadOptions class. Allows to specify additional options when loading HTML Document into a [Document](../../aspose.words/Document/) object...when loading HTML document into a Document object. To learn more...the Specify Load Options documentation article. Inheritance: HtmlLoadOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldPageRef | Aspose.Words for Java

    Implements the PAGEREF field in Java....the Working with Fields documentation article. Remarks: Inserts...throws Exception { Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldSubject Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldSubject class for easy implementation of the SUBJECT field, enhancing Document automation and formatting efficiency....the Working with Fields documentation article. public class FieldSubject...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  5. ParagraphFormat.isHeading property | Aspose.Wor...

    ParagraphFormat.isHeading property. True when the paragraph style is one of the built-in Heading styles....a saved PDF document. let doc = new aw . Document (); let builder...object that we can pass to the document's "Save" method // to modify...

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

    Discover the Aspose.Words.Drawing.TextBox class to easily customize text display within shapes, enhancing your Document's visual appeal and functionality....the Working with Shapes documentation article. public class TextBox...for a text box. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  7. FieldIncludeText.BookmarkName | Aspose.Words fo...

    Discover the FieldIncludeText BookmarkName property to easily manage and customize bookmark names in your Documents for enhanced organization and efficiency....name of the bookmark in the document to include. public string...FieldIncludeText () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Section.HeadersFooters | Aspose.Words for .NET

    Access and manage section headers and footers effortlessly with our intuitive property feature. Enhance Document organization and presentation today!...text in a document’s footer. Document doc = new Document ( MyDir...footers from a document. Document doc = new Document ( MyDir + "Header...

    reference.aspose.com/words/net/aspose.words/sec...
  9. MailMergeSettings.Clear | Aspose.Words for .NET

    Effortlessly reset your mail merge settings with the MailMergeSettings Clear method, transforming your Document into a standard format for seamless use....in such a way that when the document is saved, no mail merge settings...and it will become a normal document. public void Clear () Examples...

    reference.aspose.com/words/net/aspose.words.set...
  10. Style.remove method | Aspose.Words for Python

    Style.remove method. Removes the specified style from the Document....the specified style from the document. def remove ( self ): ......has following effects on the document model: All references to the...

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