Sort Score
Result 10 results
Languages All
Labels All
Results 4,651 - 4,660 of 157,121 for

doc

(0.09 sec)
  1. 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...
  2. 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...
  3. Font.no_proofing property | Aspose.Words for Py...

    Font.no_proofing property. True when the formatted characters are not to be spell checked.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Normally, Microsoft Word...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentProperty.isLinkToContent property | Asp...

    DocumentProperty.isLinkToContent property. Shows whether this property is linked to content or not.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startBookmark (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 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...
  6. Hyphenation.IsDictionaryRegistered | Aspose.Wor...

    Discover the Hyphenation IsDictionaryRegistered method, checks if a dictionary is registered for your language, ensuring accurate hyphenation in your applications.... Document doc = new Document ( MyDir + "German...text.docx" ); Assert . True ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/hyp...
  7. ShapeBase.target property | Aspose.Words for Py...

    ShapeBase.target property. Gets or sets the target frame for the shape hyperlink.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. Style.isQuickStyle property | Aspose.Words for ...

    Style.isQuickStyle property. Specifies whether this style is shown in the Quick Style gallery inside MS Word UI.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 在 Python 中向现有 PDF 添加目录|Aspose.PDF for Java

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... doc = self . Document () pdf = self...pdf' # 访问 PDF 文件的第一页 toc_page = doc . getPages () . insert ( 1 )...

    docs.aspose.com/pdf/zh/java/add-toc-to-existing...