Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 16,022 for

table

(0.22 sec)
  1. 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...
  2. Rare Chinese Characters display incorrectly - F...

    When I try to generate pdf which contains rare chinese characters,the chars displayed incorrectly which means some parts are beyond cell boundaries.The font has been installed correctly on system.And these rare chars can…...Table; import com.aspose.pdf.TextDefaults;...new Document(); Table table = new Table(); table.setDefaultCellBorder(new...

    forum.aspose.com/t/rare-chinese-characters-disp...
  3. FieldDatabaseDataTable class | Aspose.Words for...

    Aspose.Words.Fields.FieldDatabaseDataTable class. Provides data for the [FieldDatabase](../fielddatabase/) field result...columns that belong to this table. See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 用Node.js和C++读取和写入工作表的查询表|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....0 ); // Access first Query Table const qt = worksheet . getQueryTables... get ( 0 ); // Print Query Table Data console . log ( "Adjust...

    docs.aspose.com/cells/zh/nodejs-cpp/reading-and...
  5. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreFormatting method. True indicates that formatting is ignored in C++...." ); // Table: builder -> StartTable (); builder...ExplicitCast < Table > ( docEdited -> GetChild ( NodeType :: Table , 0 ...

    reference.aspose.com/words/cpp/aspose.words.com...
  6. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreFields method. Specifies whether to compare differences in fields in C++...." ); // Table: builder -> StartTable (); builder...ExplicitCast < Table > ( docEdited -> GetChild ( NodeType :: Table , 0 ...

    reference.aspose.com/words/cpp/aspose.words.com...
  7. CompareOptions | Aspose.Words for Java

    Allows to choose additional options for document comparison operation in Java...."); // Table: builder.startTable(); builder...text."); ((Table)docEdited.getChild(NodeType.TABLE, 0, true))...

    reference.aspose.com/words/java/com.aspose.word...
  8. 如何在 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/
  9. 如何在 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/
  10. OutlineOptions.create_outlines_for_headings_in_...

    OutlineOptions.create_outlines_for_headings_in_Tables property. Specifies whether or not to create outlines for headings (paragraphs formatted with the Heading styles) inside Tables....create_outlines_for_headings_in_tables property OutlineOptions.cr...create_outlines_for_headings_in_tables property Specifies whether...

    reference.aspose.com/words/python-net/aspose.wo...