Sort Score
Result 10 results
Languages All
Labels All
Results 9,841 - 9,850 of 183,199 for

doc

(0.2 sec)
  1. DocumentBuilder.InsertOleObjectAsIcon | Aspose....

    Effortlessly insert OLE objects as icons in your Documents with DocumentBuilder. Customize icons and captions while ensuring seamless integration.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // OLE objects are links to...

    reference.aspose.com/words/net/aspose.words/doc...
  2. 使用 C# 将 Word DOC 转换为 EPUB

    按照本文使用 C# 将 Word Doc 转换为 EPUB。它包含设置 IDE 的详细信息、步骤列表以及使用 C# 将 DocX 更改为 EPUB 的示例代码。...C# 将 Word DOC 转换为 EPUB 本简短指南介绍了如何使用 C# 将 Word DOC 转换为 EPUB 。...EPUB 文件 这些步骤涵盖了使用 C# 将文件格式从 DOC 更改为 EPUB 的细节。加载源 Word 文件,创建 HtmlSaveOptions...

    kb.aspose.com/zh/words/net/convert-word-doc-to-...
  3. TableStyle.RowStripe | Aspose.Words for .NET

    Discover the TableStyle RowStripe property to easily customize odd/even row banding for enhanced table readability and visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can configure a conditional...

    reference.aspose.com/words/net/aspose.words/tab...
  4. AxisTickLabels.Spacing | Aspose.Words for .NET

    Control AxisTickLabels spacing effortlessly! Set intervals for tick labels to enhance your data visualization and improve chart clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. OleFormat.OleIcon | Aspose.Words for .NET

    Discover the OleFormat OleIcon property, control OLE object display as icons or content for enhanced user experience and seamless integration in your applications.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Embed a Microsoft Visio...

    reference.aspose.com/words/net/aspose.words.dra...
  6. SdtListItemCollection.remove_at method | Aspose...

    SdtListItemCollection.remove_at method. Removes a list item at the specified index.... doc = aw . Document () tag = aw ...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . DROP_DOWN_LIST...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_DateStorageFormat method. Gets/sets format in which the date for a date SDT is stored when the SDT is bound to an XML node in the Document's data store. Default value is DateTime in C++.... auto doc = System :: MakeObject < Aspose...:: StructuredDocumentTa > ( doc , Aspose :: Words :: Markup ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::idx_get method. Returns a DocumentProperty object by the name of the property in C++.... auto doc = System :: MakeObject < Aspose...System :: ObjectExt :: ToString ( doc -> get_CustomDocumentProper ()...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. ConditionalStyle.borders property | Aspose.Word...

    ConditionalStyle.borders property. Gets the collection of default cell borders for the conditional style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Force Table Rendering on New Page|Aspose.PDF fo...

    Ensure tables render on a new page in PDF Documents using Aspose.PDF for Java. Enhance layout control in your reports....Document doc = new Document (); PageInfo pageInfo = doc . getPageInfo...// Added page. Page curPage = doc . getPages (). add (); for (...

    docs.aspose.com/pdf/java/force-table-rendering-...