Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 30,978 for

doc

(0.13 sec)
  1. SignatureLineOptions.allow_comments property | ...

    SignatureLineOptions.allow_comments property. Gets or sets a value indicating that the signer can add comments in the Sign dialog... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) signature_line_options = aw . ...

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

    Discover the DocumentBase PageColor property to easily customize your Document's page color. Simplify design with this user-friendly feature!... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . PageColor...

    reference.aspose.com/words/net/aspose.words/doc...
  3. StructuredDocumentTag.checked property | Aspose...

    StructuredDocumentTag.checked property. Gets/Sets current state of the Checkbox SDT... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let sdtCheckBox = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CellFormat.Borders | Aspose.Words for .NET

    Discover the CellFormat Borders property to access and customize cell border collections for enhanced spreadsheet design and functionality.... Document doc = new Document ( MyDir + "Tables...Body node: Table firstTable = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  5. ControlChar.Cr | Aspose.Words for .NET

    Discover ControlChar Cr, the carriage return character (x000d or r) that enhances text formatting. Simplify your coding with our unique solutions!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert paragraphs with...

    reference.aspose.com/words/net/aspose.words/con...
  6. BorderCollection.clearFormatting method | Aspos...

    BorderCollection.clearFormatting method. Removes all borders of an object.... let doc = new aw . Document ( base .... let firstParagraphBorder = doc . firstSection . body . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. AxisTickLabels.rotation property | Aspose.Words...

    AxisTickLabels.rotation property. Gets or sets the rotation of the tick labels in degrees.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a column chart....

    reference.aspose.com/words/python-net/aspose.wo...
  8. Style.IsQuickStyle | Aspose.Words for .NET

    Discover how the IsQuickStyle property enhances your MS Word experience by showcasing styles in the Quick Style gallery for easy access and improved workflow....Document doc = new Document (); Assert . AreEqual ( 4 , doc . Styles...IEnumerator < Style > stylesEnum = doc . Styles . GetEnumerator ())...

    reference.aspose.com/words/net/aspose.words/sty...
  9. DocumentBuilder.current_story property | Aspose...

    DocumentBuilder.current_story property. Gets the story that is currently selected in this [DocumentBuilder](../).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A Story is a type of node...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Vba::VbaModuleCollection::Add me...

    Aspose::Words::Vba::VbaModuleCollection::Add method. Adds a module to the collection in C++.... auto doc = MakeObject < Document > ();...set_Name ( u "Aspose.Project" ); doc -> set_VbaProject ( project );...

    reference.aspose.com/words/cpp/aspose.words.vba...