Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 157,240 for

doc

(0.08 sec)
  1. IStructuredDocumentTag.is_multi_section propert...

    IStructuredDocumentTag.is_multi_section property. Returns true if this instance is a ranged (multi-section) structured Document tag.... doc = aw . Document ( file_name =...structured document tag by Id. sdt = doc . range . structured_document_tags...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DigitalSignature.comments property | Aspose.Wor...

    DigitalSignature.comments property. Gets the signing purpose comment.... const doc = new aw . Document ( base ....docx" ); for ( var i = 0 ; i < doc . digitalSignatures . count ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBuilder.insert_horizontal_rule method |...

    DocumentBuilder.insert_horizontal_rule method. Inserts a horizontal rule shape into the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_horizontal_rule...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontInfoCollection class | Aspose.Words for Nod...

    Aspose.Words.Fonts.FontInfoCollection class. Represents a collection of fonts used in a Document... let doc = new aw . Document ( base ....font.docx" ); let allFonts = doc . fontInfos ; expect ( allFonts...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartStyle Enum | Aspose.Words for .NET

    Apply predefined chart styles in Aspose.Words. Enhance visuals with ChartStyle enum for professional Document formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a chart in the Black...

    reference.aspose.com/words/net/aspose.words.dra...
  6. FileFontSource.type property | Aspose.Words for...

    FileFontSource.type property. Returns the type of the font source...., priority = 0 ) doc = aw . Document () doc . font_settings =...aw . fonts . FontSettings () doc . font_settings . set_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Find and Replace Text in Documents|Aspose.Words...

    Find and replace text or strings. NPOI does not provide an opportunity to find and replace using C#....Document doc = new Document ( "../../data/document.doc" ); // Replaces...'mad' occurrences with 'bad'. doc . Range . Replace ( "document"...

    docs.aspose.com/words/net/find-and-replace-text...
  8. Font.autoColor property | Aspose.Words for Node.js

    Font.autoColor property. Returns the present calculated color of the text (black or white) to be used for 'auto color'... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // If a run's Font object...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Style::Equals method | Aspose.Wo...

    Aspose::Words::Style::Equals method. Compares with the specified style. Styles Istds are compared for built-in styles only. Styles defaults are not included in comparison. Base style, linked style and next paragraph style are recursively compared in C++.... auto doc = System :: MakeObject < Aspose...:: Words :: Style > style = doc -> get_Styles () -> idx_get (...

    reference.aspose.com/words/cpp/aspose.words/sty...
  10. FontInfoCollection class | Aspose.Words for Python

    aspose.words.fonts.FontInfoCollection class. Represents a collection of fonts used in a Document... doc = aw . Document ( file_name =...'Document.docx' ) font_infos = doc . font_infos font_infos . embed_true_type_fonts...

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