Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 22,369 for

table

(0.98 sec)
  1. 在PDF中替换文本|Aspose.PDF for .NET

    了解更多关于从Aspose.PDF for .NET库中替换和删除文本的各种方法。...Instantiate a table object var table2 = new Aspose . Pdf . Table (); //...// Add the table in paragraphs collection of the desired section...

    docs.aspose.com/pdf/zh/net/replace-text-in-pdf/
  2. Aspose::Words::Fields::FieldIndex::get_UseYomi ...

    Aspose::Words::Fields::FieldIndex::get_UseYomi method. Gets or sets whether to enable the use of yomi text for index entries in C++....FieldIndex , true )); // The INDEX table automatically sorts its entries...alphabetic order. // Set the INDEX table to sort entries phonetically...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Tables::Row::get_Cells method | ...

    Aspose::Words::Tables::Row::get_Cells method. Provides typed access to the Cell child nodes of the row in C++....Aspose::Words::Tables::Row::get_Cells method Contents [ Hide...Words :: Tables :: CellCollection > Aspose :: Words :: Tables :: Row...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Aspose.PDF.Document.Save(Stream output) is thro...

    We are using one WPF C# project of .Net Framework version 4.6.1 in Visual studio 2017 to create one PDF using Aspose.PDF.dll of version 23.5.0.0 But whenever the Save(Stream output) method of Aspose.PDF.Document class i…...documents with multiple numbers of tables System.OutOfMemory exception...particularly if it contains multiple tables. Here are some steps to troubleshoot...

    forum.aspose.com/t/aspose-pdf-document-save-str...
  5. 使用aspose word 将word转成html 源文件中的表格没有边框,转出来的表格内容中...

    边框问题.zip (238.1 KB) HtmlFixedSaveOptions options = new HtmlFixedSaveOptions(); options.setUseTargetMachineFonts(false); options.setUseHighQualityRendering(true); options.setEncoding(Charset.forName("UTF-8")); options.se…...,可以在保存前尝试手动清除表格边框 for (Table table : (Iterable<Table>) document.getFirstSection()...(Cell cell : (Iterable<Cell>) table.getChildren(Cell.class)) { cell...

    forum.aspose.com/t/aspose-word-word-html/323607
  6. Aspose::Words::Tables::CellFormat::get_Vertical...

    Aspose::Words::Tables::CellFormat::get_VerticalAlignment method. Returns or sets the vertical alignment of text in the cell in C++....Aspose::Words::Tables::CellFormat::get_VerticalAlignment method...the cell. Aspose :: Words :: Tables :: CellVerticalAlignmen Aspose...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); …...rows case: When there is a table in a footnote with “repeat header...on, and the content of the table is in two pages, word does not...

    forum.aspose.com/t/issues-with-footnotes-when-c...
  8. AI Plugin Integration|Documentation

    Integrate Aspose.Cells for Python via .NET to AI tools....HTML output while preserving tables, formulas, and other content...Marker’s LLM mode for improved table handling. Docling Plugin docling...

    docs.aspose.com/cells/python-net/ai-plugin-inte...
  9. Removing Paragraphs with Template Syntax Tags i...

    Learn how remove paragraphs containing only template tags using LINQ in C#....persons is assumed to be a data table having a field Name . Template...empty‑paragraph removal affect tables or other container elements...

    docs.aspose.com/words/net/removing-paragraphs-c...
  10. CompareOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.CompareOptions class for advanced document comparison. Customize your comparison settings for precise results and enhanced productivity....differences in data contained in tables. IgnoreTextboxes { get; set;..."Original endnote text." ); // Table: builder . StartTable (); builder...

    reference.aspose.com/words/net/aspose.words.com...