Sort Score
Result 10 results
Languages All
Labels All
Results 8,161 - 8,170 of 180,132 for

doc

(0.18 sec)
  1. Aspose::Words::Fields::FieldInclude::get_LockFi...

    Aspose::Words::Fields::FieldInclude::get_LockFields method. Gets or sets whether to prevent fields in the included Document from being updated in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // We can use an INCLUDE field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. PdfSaveOptions.saveFormat property | Aspose.Wor...

    PdfSaveOptions.saveFormat property. Specifies the format in which the Document will be saved if this save options object is used... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert headings that can...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Font.NameBi | Aspose.Words for .NET

    Discover how to easily set and customize font names for right-to-left language Documents, enhancing readability and design. Optimize your text today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/net/aspose.words/fon...
  4. ShapeBase.LeftRelative | Aspose.Words for .NET

    Discover the ShapeBase LeftRelative property to easily adjust the relative left position of shapes in percentages. Enhance your design precision today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Adding a simple shape with...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ShapeBase.TopRelative | Aspose.Words for .NET

    Discover the ShapeBase TopRelative property to easily manage shape positioning. Adjust your design with precise top percentage values for optimal layout.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Adding a simple shape with...

    reference.aspose.com/words/net/aspose.words.dra...
  6. XpsSaveOptions constructor | Aspose.Words for P...

    aspose.words.saving.XpsSaveOptions constructor... doc = aw . Document ( file_name =...render_text_as_book_fold : for s in doc . sections : s = s . as_section...

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

    Discover the ItalicBi property for fonts, enhance right-to-left text formatting with italic styles for improved readability and design appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/net/aspose.words/fon...
  8. ShapeBase.HeightRelative | Aspose.Words for .NET

    Discover the ShapeBase HeightRelative property to easily manage shape height as a percentage, enhancing your design's flexibility and precision.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Adding a simple shape with...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Convert TEXT To SVG Javascript

    Convert TEXT to SVG format in JavaScript code. Save TEXT as SVG using JavaScript....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document( "Input.txt"...

    products.aspose.com/words/nodejs-net/conversion...
  10. FieldAutoText | Aspose.Words for Java

    Implements the AUTOTEXT field in Java.... Document doc = new Document(); // Create a...AutoText building block to it. doc.setGlossaryDocument(new GlossaryDocument());...

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