Sort Score
Result 10 results
Languages All
Labels All
Results 4,941 - 4,950 of 180,236 for

doc

(0.1 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. SignatureLineOptions.show_date property | Aspos...

    SignatureLineOptions.show_date property. Gets or sets a value indicating that sign date is shown in the signature line... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) signature_line_options = aw . ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. AxisBound | Aspose.Words for .NET

    Create dynamic axis bounds effortlessly with AxisBound constructor, allowing your word processing app to auto-determine optimal layouts for enhanced user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape chartShape = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Rendering::PageInfo::get_Colored...

    Aspose::Words::Rendering::PageInfo::get_Colored method. Returns true if the page contains colored content in C++.... auto doc = System :: MakeObject < Aspose...not colored. ASSERT_FALSE ( doc -> GetPageInfo ( 0 ) -> get_Colored...

    reference.aspose.com/words/cpp/aspose.words.ren...
  5. Convert Word to Excel in Node.js|Aspose.Words f...

    Convert PDF to Excel, XML to Excel, DocX to Excel Node.js. Save a Document in various formats to XLSX using Node.js....var doc = new aw . Document ( "Pdf Document.pdf" ); doc . save...require ( '@aspose/words' ); var doc = new aw . Document (); var builder...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  6. FieldShape.text property | Aspose.Words for Python

    FieldShape.text property. Gets or sets the text to retrieve.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # The BIDIOUTLINE field numbers...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Fields::FormField::RemoveField m...

    Aspose::Words::Fields::FormField::RemoveField method. Removes the complete form field, not just the form field special character in C++.... auto doc = System :: MakeObject < Aspose...Fields :: FormField > formField = doc -> get_Range () -> get_FormFields...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. BuiltInDocumentProperties.charactersWithSpaces ...

    BuiltInDocumentProperties.charactersWithSpaces property. Represents an estimate of the number of characters (including spaces) in the Document....test ( 'Content' , () => { let doc = new aw . Document ( base ...."Paragraphs.docx" ); let properties = doc . builtInDocumentPrope ; // By...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. BuiltInDocumentProperties.pages property | Aspo...

    BuiltInDocumentProperties.pages property. Represents an estimate of the number of pages in the Document....test ( 'Content' , () => { let doc = new aw . Document ( base ...."Paragraphs.docx" ); let properties = doc . builtInDocumentPrope ; // By...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ListFormat.IsListItem | Aspose.Words for .NET

    Discover how the ListFormat IsListItem property enhances your Document's structure by identifying bulleted or numbered paragraphs for better readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . ListFormat . ApplyNumberDefault...

    reference.aspose.com/words/net/aspose.words.lis...