Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 16,203 for

table

(0.05 sec)
  1. 使用 Python 将表格添加到 PDF | Aspose.PDF

    Python 源代码用于通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上在 PDF 文件中添加表格。...as ap input_file = DIR_INPUT_TABLE + "AddTable.pdf" output_file...DIR_OUTPUT + "document_with_table_out.pdf" # Load source PDF document...

    products.aspose.com/pdf/zh-hans/python-net/tabl...
  2. ConditionalStyle.shading property | Aspose.Word...

    ConditionalStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading formatting for this conditional style....with certain area styles of a table. let doc = new aw . Document...DocumentBuilder ( doc ); let table = builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TextureIndex enumeration | Aspose.Words for Python

    aspose.words.TextureIndex enumeration. Specifies shading texture....apply an outline border to a table. doc = aw . Document ( file_name...file_name = MY_DIR + 'Tables.docx' ) table = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Table.node_type property | Aspose.Words for Python

    Table.node_type property. Returns [NodeType.Table](../../../aspose.words/nodetype/#Table)....property Table.node_type property Returns NodeType.TABLE . @property...Shows how to find out if a tables are nested. def calculate_...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CellFormat.BottomPadding | Aspose.Words for .NET

    Discover the CellFormat BottomPadding property to customize spacing in your cells. Enhance your layouts with precise point adjustments for better presentation....DocumentBuilder ( doc ); Table table = builder . StartTable ();...default values. Assert . That ( table . FirstRow . Cells [ 0 ]. CellFormat...

    reference.aspose.com/words/net/aspose.words.tab...
  6. CellFormat.TopPadding | Aspose.Words for .NET

    Discover the CellFormat TopPadding property to customize spacing above cell contents in points, enhancing your spreadsheet's layout and readability....DocumentBuilder ( doc ); Table table = builder . StartTable ();...default values. Assert . That ( table . FirstRow . Cells [ 0 ]. CellFormat...

    reference.aspose.com/words/net/aspose.words.tab...
  7. CellFormat.LeftPadding | Aspose.Words for .NET

    Discover the CellFormat LeftPadding property to easily adjust left spacing in points, enhancing your cell content's appearance and readability....DocumentBuilder ( doc ); Table table = builder . StartTable ();...default values. Assert . That ( table . FirstRow . Cells [ 0 ]. CellFormat...

    reference.aspose.com/words/net/aspose.words.tab...
  8. Aspose::Words::TextureIndex enum | Aspose.Words...

    Aspose::Words::TextureIndex enum. Specifies shading texture in C++....apply an outline border to a table. auto doc = System :: MakeObject...Document > ( get_MyDir () + u "Tables.docx" ); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/tex...
  9. Aspose::Words::ParagraphFormat::get_KeepWithNex...

    Aspose::Words::ParagraphFormat::get_KeepWithNext method. True if the paragraph is to remains on the same page as the paragraph that follows it in C++....Examples Shows how to set a table to stay together on the same...Document > ( get_MyDir () + u "Table spanning two pages.docx" );...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. Row.EnsureMinimum | Aspose.Words for .NET

    Discover the Row EnsureMinimum method, effortlessly create and append a Cell when none exist, enhancing your data structure management....= new Document (); Table table = new Table ( doc ); doc . FirstSection...AppendChild ( table ); Row row = new Row ( doc ); table . AppendChild...

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