Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 157,121 for

doc

(0.07 sec)
  1. Font.subscript property | Aspose.Words for Node.js

    Font.subscript property. True if the font is formatted as subscript.... let doc = new aw . Document (); let para = doc . getParagraph...baseline. let run = new aw . Run ( doc , "Raised text. " ); run . font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Layout::LayoutOptions::get_Comme...

    Aspose::Words::Layout::LayoutOptions::get_CommentDisplayMode method. Gets or sets the way comments are rendered. Default value is ShowInBalloons in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Frameset.child_framesets property | Aspose.Word...

    Frameset.child_framesets property. Gets the collection of child frames and frames pages.... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 3 , doc . frameset . child_framesets...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FramesetCollection indexer | Aspose.Words for P...

    FramesetCollection indexer. Gets a frame or frames page at the specified index.... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 3 , doc . frameset . child_framesets...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...builder = new DocumentBuilder ( doc ); // Add text to the first section...

    reference.aspose.com/words/net/aspose.words/ran...
  6. CustomXmlPartCollection.RemoveAt | Aspose.Words...

    Effortlessly manage your CustomXmlPartCollection with the RemoveAt method—quickly remove items by index for streamlined data handling.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  7. ParagraphFormat.alignment property | Aspose.Wor...

    ParagraphFormat.alignment property. Gets or sets text alignment for the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) font = builder . font font...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CleanupOptions class | Aspose.Words for Node.js

    Aspose.Words.CleanupOptions class. Allows to specify options for Document cleaning... let doc = new aw . Document (); doc . styles . add...StyleType . List , "MyListStyle1" ); doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CompatibilityOptions.optimize_for method | Aspo...

    CompatibilityOptions.optimize_for method. Allows to optimize the Document contents as well as default Aspose.Words behavior to a particular versions of MS Word.... def optimize_for (): doc = aw . Document () # This object...of Microsoft Word. options = doc . compatibility_options # Print...

    reference.aspose.com/words/python-net/aspose.wo...
  10. OoxmlSaveOptions | Aspose.Words for .NET

    Discover the OoxmlSaveOptions constructor to effortlessly save Documents in Docx format. Unlock seamless Document management and enhanced compatibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // If we configure compatibility...

    reference.aspose.com/words/net/aspose.words.sav...