Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 23,377 for

table

(0.2 sec)
  1. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc....PDF API allows you to add a table of content either when creating...namespace allows you to create a table of contents when creating a...

    docs.aspose.com/pdf/net/manipulate-pdf-document/
  2. 使用Python替换PDF中的文本|Aspose.PDF for Python via .NET

    了解通过Aspose.PDF for Python via .NET库替换和删除文本的多种方法。...$P 页" ); // 实例化一个表对象 Table tab2 = new Table (); // 将表添加到所需部分的段落集合中...开发人员可以创建各种应用程序。" )) Table table = new Table (); table . ColumnWidths...

    docs.aspose.com/pdf/zh/python-net/replace-text-...
  3. 使用 Python 更改 HTML 边框颜色

    学习使用 Aspose.HTML for Python via .NET 在 HTML 中更改边框颜色。提供逐步示例、CSS 提示和常见样式问题的解决方案。...确定要更改边框颜色的元素(如 <p> 、 <h1> 、 <div> 或 <table> ),并找到该元素以设置 style 属性。使用 Element...若要更改表格的边框颜色,可使用内联或内部 CSS。以下示例展示了如何使用内联 CSS 为 <table> 元素设置边框颜色: 使用内联 CSS 更改表格边框颜色的...

    docs.aspose.com/html/zh/python-net/how-to-chang...
  4. OCR of numbers fails to recognize sequences of ...

    When using OCR on TIFF-Files that contain numbers the OCR tends to drop digits, when it encounter multiple same digits in a row. Examples (on TIFF → recognized): “3.333,33” € → “3.33,33 e” 144266 → 14266 444508 → 4450…... Here the complex table before the text"3.333,33 €"...nummer 1. Here the complex table before the text"3.333,33 €"...

    forum.aspose.com/t/ocr-of-numbers-fails-to-reco...
  5. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in Java....Shows how to find out if a tables are nested. public void ca...Document(getMyDir() + "Nested tables.docx"); NodeCollection tables = doc.getChildNodes(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  6. Working with OneNote Document | Aspose.Note Doc...

    This guide explains how to work with OneNote documents using Java. It covers parsing and extracting various document elements....rich text, outline, title, table, attached files, and others...Every RichText of text, title, table, and even the OneNote itself...

    docs.aspose.com/note/java/working-with-onenote-...
  7. DataRelationCollection | Aspose.Words for Java

    Represents the collection of DataRelation objects for this DataSet in Java....parentTable DataTable The parent table of the relation. childTable...childTable DataTable The child table of the relation. parentColumnName...

    reference.aspose.com/words/java/com.aspose.word...
  8. 从 XML 生成 PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET 提供了几种将 XML 文件转换为 PDF 文档的方法,要求输入 XML 文件。...<h2> My CD Collection </h2> <table border= "1" > <tr bgcolor= "#9acd32"...</td> </tr> </xsl:for-each> </table> </body> </html> </xsl:template>...

    docs.aspose.com/pdf/zh/net/generate-pdf-from-xml/
  9. Get Paragraph Bounds from Presentations in Pyth...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Python via .NET to optimize text positioning in PowerPoint and OpenDocument presentations....portion coordinates inside a table cell text frame, and highlights...paragraph and portion inside table cell text frame To get the Portion...

    docs.aspose.com/slides/python-net/paragraph/
  10. Style.FontName ignores PostScript Name ("Roboto...

    Hi Aspose Team, I am loading custom .ttf fonts using FontSettings.SetFontsFolder() and trying to update a text layer with a specific font weight. To do this, I am passing the exact PostScript Name directly to the text …...get an exception with “…GSUB table…” after “UpdateLayerData()”...in the end: TY: “Parsing of table ‘GSUB’ has failed.” Inner exception:...

    forum.aspose.com/t/style-fontname-ignores-posts...