Sort Score
Result 10 results
Languages All
Labels All
Results 3,101 - 3,110 of 157,620 for

doc

(0.14 sec)
  1. MailMergeCleanupOptions Enum | Aspose.Words for...

    Discover Aspose.Words.MailMergeCleanupOptions enum to efficiently manage mail merge cleanup. Optimize your Documents by controlling item removal seamlessly....( tableCustomers ); Document doc = new Document ( MyDir + "Mail...docx" ); Assert . AreEqual ( 2 , doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.mai...
  2. IWarningCallback Interface | Aspose.Words for .NET

    Implement the Aspose.Words.IWarningCallback interface to customize methods for capturing fidelity warnings during Document loading and saving. Enhance Document integrity!...SubstitutionWarning () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Name = "Times...

    reference.aspose.com/words/net/aspose.words/iwa...
  3. ImageSaveOptions.pageSet property | Aspose.Word...

    ImageSaveOptions.pageSet property. Gets or sets the pages to render... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Page...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Layout::LayoutOptions class | As...

    Aspose::Words::Layout::LayoutOptions class. Holds the options that allow controlling the Document layout process. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a revision, then...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. Section.page_setup property | Aspose.Words for ...

    Section.page_setup property. Returns an object that represents page setup and section properties.... doc = aw . Document () page_setup = doc . sections...border . distance_from_text = 0 doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CustomXmlPartCollection.clone method | Aspose.W...

    CustomXmlPartCollection.clone method. Makes a deep copy of this collection and its items.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.end_table method | Aspose.Words...

    DocumentBuilder.end_table method. Ends a table in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 在 C# 中製作文檔

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

    products.aspose.com/words/zh-hant/net/make/
  9. StructuredDocumentTag.BuildingBlockGallery | As...

    Discover the StructuredDocumentTag BuildingBlockGallery property, defining your SDT's building block type. Ensure seamless Document customization!... Document doc = new Document (); StructuredDocumentTa...= new StructuredDocumentTa ( doc , SdtType . BuildingBlockGallery...

    reference.aspose.com/words/net/aspose.words.mar...
  10. FontInfoCollection | Aspose.Words for Java

    Represents a collection of fonts used in a Document in Java.... Document doc = new Document(getMyDir() + "Document...FontInfoCollection fontInfos = doc.getFontInfos(); fontInfos.se...

    reference.aspose.com/words/java/com.aspose.word...