Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 22,240 for

table

(0.09 sec)
  1. Elements|Aspose.Slides Documentation

    Browse Aspose.Slides for Java elements examples: add, style, and animate shapes, text, images, charts, and Tables in PowerPoint and OpenDocument presentations....Animation Slide Transition Table Hyperlink SmartArt VBA Macro...

    docs.aspose.com/slides/java/examples/elements/
  2. FieldToc.pageNumberOmittingLevelRange property ...

    FieldToc.pageNumberOmittingLevelRange property. Gets or sets a range of levels of the Table of contents entries from which to omits page numbers....sets a range of levels of the table of contents entries from which...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Manipulate and Substitute TrueType Fonts in C#|...

    Aspose.Words for .NET can embed the correct TrueType fonts into the resulting document to ensure that it displays accurately using C#. If a font or a specific character is not available, Aspose.Words searches for a suiTable font replacement or uses the Font fallback mechanism....but powerful mechanism called Table substitution rule. By default...rule. Aspose.Words uses XML tables, which define the basic substitution...

    docs.aspose.com/words/net/manipulating-and-subs...
  4. Shading.ClearFormatting | Aspose.Words for .NET

    Effortlessly remove shading from your objects with our ClearFormatting method. Enhance your designs for a polished, professional look!...Examples Shows how to build a table with custom borders. Document... StartTable (); // Setting table formatting options for a document...

    reference.aspose.com/words/net/aspose.words/sha...
  5. 如何在 Docker 中运行 Aspose.PDF for .NET 6|Aspose.PDF...

    使用 Docker Linux 或 Windows 容器将 Aspose.PDF 功能集成到 .NET 6 应用程序中...description ); // Add table var table = new Table { ColumnWidths =..."Helvetica" ) } }; var headerRow = table . Rows . Add (); headerRow ...

    docs.aspose.com/pdf/zh/net/docker/dotnet6/
  6. 如何在 Docker 中运行 Aspose.PDF for .NET 8|Aspose.PDF...

    使用 Docker Linux 或 Windows 容器将 Aspose.PDF 功能集成到 .NET 8 应用程序中...description ); // Add table var table = new Table { ColumnWidths =..."Helvetica" ) } }; var headerRow = table . Rows . Add (); headerRow ...

    docs.aspose.com/pdf/zh/net/docker/dotnet8/
  7. WPS文件转换后文件中表格高度变窄,从而导致部分信息看不到。 - Free Support F...

    WPS文件转换后文件中表格高度变窄,从而导致部分信息看不到。 目前使用的是java 语言,aspose.word 23.8 ,麻烦帮看下是否可以优化处理。谢谢。 2025年奇瑞集团KD车身包装生产线及登车桥年度框架协议.docx (51.1 KB) 错误的现象如截图所示: image.jpg (247.7 KB) 实际应该是以下的截图: image.jpg (267.0 KB)...docx"); for (Table table : (Iterable<Table>) doc.getChildNodes(NodeType...getChildNodes(NodeType.TABLE, true)) { for (Row row : table.getRows()) {...

    forum.aspose.com/t/wps/321254
  8. Create AcroForms using using C++|Aspose.PDF for...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for C++....options and place them inside Table cells. void AddRadioButtonFieldI...(); auto table = MakeObject < Aspose :: Pdf :: Table > (); table...

    docs.aspose.com/pdf/cpp/create-form/
  9. FAQ|Aspose.Slides Documentation

    Get answers to FAQ on Aspose.Slides for Java, covering PowerPoint and OpenDocument support, installation guidance, licensing, troubleshooting....How can I set the color of a table border? A : You can change the...the color of all table borders or just the border around the...

    docs.aspose.com/slides/java/faqs/
  10. FieldDatabaseDataTable.Rows | Aspose.Words for ...

    Discover the FieldDatabaseDataTable Rows property to easily access and manage all rows within your Table for efficient data handling....Gets rows that belong to this table. public IList < FieldDatabaseDataRow...

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