Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 31,026 for

doc

(0.1 sec)
  1. ShapeBase.name property | Aspose.Words for Node.js

    ShapeBase.name property. Gets or sets the optional shape name.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...

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

    Discover the Font StyleName property, easily manage character styles for enhanced text formatting and design flexibility in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways of referencing...

    reference.aspose.com/words/net/aspose.words/fon...
  3. ParagraphFormat.snap_to_grid property | Aspose....

    ParagraphFormat.snap_to_grid property. Specifies whether the current paragraph should use the Document grid lines per page settings when laying out the contents in the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Enable pitching, and then...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ParagraphFormat.Bidi | Aspose.Words for .NET

    Discover the ParagraphFormat Bidi property to easily control right-to-left text formatting for enhanced readability and improved Document layout.... Document doc = new Document ( MyDir + "Hebrew...loadOptions ); Assert . True ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/par...
  5. Style.NextParagraphStyleName | Aspose.Words for...

    Discover how to effectively use the NextParagraphStyleName property to automate style application for new paragraphs, enhancing your Document formatting....Document doc = new Document (); Assert . AreEqual ( 4 , doc . Styles...IEnumerator < Style > stylesEnum = doc . Styles . GetEnumerator ())...

    reference.aspose.com/words/net/aspose.words/sty...
  6. HtmlSaveOptions.ExportFontsAsBase64 | Aspose.Wo...

    Discover how the HtmlSaveOptions ExportFontsAsBase64 property enhances your HTML by embedding fonts in Base64 encoding for improved performance. Default, false.... Document doc = new Document ( MyDir + "Rendering...Embedded , PrettyFormat = true }; doc . Save ( ArtifactsDir + "HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. OptionButtonControl.selected property | Aspose....

    OptionButtonControl.selected property. Gets or sets a boolean value indicating either this [OptionButtonControl](../) is selected or not.... doc = aw . Document ( file_name =...'Radio buttons.docx' ) shape1 = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ImageSize.vertical_resolution property | Aspose...

    ImageSize.vertical_resolution property. Gets the vertical resolution in DPI.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a shape into the...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::ControlChar::Cr method | Aspose....

    Aspose::Words::ControlChar::Cr method. Carriage return character: "\x000d" or "\r". Same as ParagraphBreak in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert paragraphs with...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Document.justification_mode property | Aspose.W...

    Document.justification_mode property. Gets or sets the character spacing adjustment of a Document.... doc = aw . Document ( file_name =...docx' ) justification_mode = doc . justification_mode if justification_mode...

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