Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 5,888 for

table

(0.03 sec)
  1. 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...
  2. FieldSeparator | Aspose.Words for Java

    Represents a Word field separator that separates the field code from the field result 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...
  3. CellFormat.leftPadding property | Aspose.Words ...

    CellFormat.leftPadding property. Returns or sets the amount of space (in points) to add to the left of the contents of cell....DocumentBuilder ( doc ); let table = builder . startTable (); builder.... endTable (); let cells = table . firstRow . cells . toArray...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CellFormat.rightPadding property | Aspose.Words...

    CellFormat.rightPadding property. Returns or sets the amount of space (in points) to add to the right of the contents of cell....DocumentBuilder ( doc ); let table = builder . startTable (); builder.... endTable (); let cells = table . firstRow . cells . toArray...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. CellFormat.bottomPadding property | Aspose.Word...

    CellFormat.bottomPadding property. Returns or sets the amount of space (in points) to add below the contents of cell....DocumentBuilder ( doc ); let table = builder . startTable (); builder.... endTable (); let cells = table . firstRow . cells . toArray...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::get_AlignTablesRowByRow method. Align Table Rows Independently in C++....ablesRowByRow method Align Table Rows Independently. bool Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  7. Aspose::Words::Fields::FieldDatabaseDataTable::...

    Aspose::Words::Fields::FieldDatabaseDataTable::get_ColumnNames method. Gets columns that belong to this Table in C++....columns that belong to this table. const System :: ArrayPtr <...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. DocumentBuilderOptions class | Aspose.Words for...

    Aspose.Words.DocumentBuilderOptions class. Allows to specify additional options for the document building process....if the formatting applied to table content does not affect the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Drawing::Charts::ChartDataTable:...

    Aspose::Words::Drawing::Charts::ChartDataTable::set_Show method. Sets a flag indicating whether the data Table will be shown for the chart. Default value is false in C++....indicating whether the data table will be shown for the chart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. IReplacingCallback.Replacing | Aspose.Words for...

    Enhance your coding with the IReplacingCallback method! Customize replace operations efficiently by executing user-defined actions for each match found....document after a paragraph or table. /// </summary> private static...insertionDestination . NodeType == NodeType . Table ) { CompositeNode dstStory =...

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