Sort Score
Result 10 results
Languages All
Labels All
Results 4,971 - 4,980 of 179,669 for

doc

(0.07 sec)
  1. WarningInfoCollection Class | Aspose.Words for ...

    Discover Aspose.Words.WarningInfoCollection, a powerful class for managing WarningInfo objects, enhancing Document processing and error handling.... Document doc = new Document ( MyDir + "Missing...new WarningInfoCollectio (); doc . WarningCallback = warningCollector...

    reference.aspose.com/words/net/aspose.words/war...
  2. Field.Remove | Aspose.Words for .NET

    Effortlessly remove fields from Documents with the Field Remove method. Get precise node returns and handle empty fields seamlessly. Optimize your workflow!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Document.RemoveBlankPages | Aspose.Words for .NET

    Effortlessly enhance your Documents with the RemoveBlankPages method, eliminating unwanted blank pages for a polished, professional finish.... Document doc = new Document ( MyDir + "Blank.... That ( doc . PageCount , Is . EqualTo ( 2 )); doc . RemoveBlankPages...

    reference.aspose.com/words/net/aspose.words/doc...
  4. 在 Java 中製作文檔

    使用 Java 庫創建文件。只需幾個步驟即可在 Java 中輕鬆創建新文檔。...API,Java 開發人員只需幾行代碼即可輕鬆製作 PDF、DOC、DOCX、HTML、EPUB 和許多其他格式的文檔。 DOCX...Java 庫允許您以任何受支持的格式(PDF、DOCX、DOC、RTF、ODT、EPUB、HTML 等)以編程方式創建文檔。...

    products.aspose.com/words/zh-hant/java/make/
  5. LoadOptions.FontSettings | Aspose.Words for .NET

    Customize your Document's font settings with LoadOptions FontSettings for enhanced readability and style. Optimize your Documents effortlessly!... Document doc = new Document ( MyDir + "Document..."Document.docx" , loadOptions ); doc . Save ( ArtifactsDir + "LoadOptions...

    reference.aspose.com/words/net/aspose.words.loa...
  6. NodeCollection.Item | Aspose.Words for .NET

    Access any node effortlessly with the NodeCollection Item property. Quickly retrieve nodes by index for seamless data management and enhanced performance.... Document doc = new Document (); // Add two...Paragraph paragraph = ( Paragraph ) doc . GetChild ( NodeType . Paragraph...

    reference.aspose.com/words/net/aspose.words/nod...
  7. ControlChar.PARAGRAPH_BREAK_CHAR property | Asp...

    ControlChar.PARAGRAPH_BREAK_CHAR property. End of paragraph character: (char)13 or \r.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ControlChar.NON_BREAKING_SPACE property | Aspos...

    ControlChar.NON_BREAKING_SPACE property. Non-breaking space character: \x00a0.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ControlChar.PAGE_BREAK_CHAR property | Aspose.W...

    ControlChar.PAGE_BREAK_CHAR property. Page break character: (char)12 or \f.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ControlChar.PARAGRAPH_BREAK property | Aspose.W...

    ControlChar.PARAGRAPH_BREAK property. End of paragraph character: \x000d or \r... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

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