Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 16,123 for

table

(0.07 sec)
  1. Aspose::Words::Fonts::FontSubstitutionSettings:...

    Aspose::Words::Fonts::FontSubstitutionSettings::get_TableSubstitution method. Settings related to Table substitution rule in C++....method Settings related to table substitution rule. System ::...with custom font substitution tables. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. ComparerContext | Aspose.Words for Java

    Document comparer context in Java....String firstDoc = getMyDir() + "Table column bookmarks.docx"; String...String secondDoc = getMyDir() + "Table column bookmarks.doc"; ComparerContext...

    reference.aspose.com/words/java/com.aspose.word...
  3. IFieldUserPromptRespondent.Respond | Aspose.Wor...

    Discover the IFieldUserPromptRespondent Respond method to capture user responses effectively. Learn how to handle cancellations seamlessly!...DataTable table = new DataTable ( "My Table" ); table . Columns..."Column 1" ); table . Rows . Add ( "Row 1" ); table . Rows . Add...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldRD.fileName property | Aspose.Words for No...

    FieldRD.fileName property. Gets or sets the name of the file to include when generating a Table of contents, Table of authorities, or index....when generating a table of contents, table of authorities, or...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Processing pivot tables corrupts Excel under so...

    I have a template worksheet that has a pivot Table on it. It works exactly as expected when processed through Aspose Cells. I copy that worksheet to a new file & rename it. Run through the same data load process and a…...Processing pivot tables corrupts Excel under some circumstances...worksheet that has a pivot table on it. It works exactly as expected...

    forum.aspose.com/t/processing-pivot-tables-corr...
  6. FieldMergeBarcode.AddStartStopChar | Aspose.Wor...

    Control Start/Stop characters for NW7 and CODE39 barcodes with the FieldMergeBarcode AddStartStopChar property. Enhance your barcode functionality today!...DataTable table = new DataTable ( "Barcodes" ); table . Columns..."MyCODE39Barcode" ); table . Rows . Add ( new [] { "12345ABCDE" }); table . Rows...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldMergeBarcode.CaseCodeStyle | Aspose.Words ...

    Discover the FieldMergeBarcode CaseCodeStyle property for ITF14 barcodes. Easily customize your Case Code style with valid options like STDEXTADD....DataTable table = new DataTable ( "Barcodes" ); table . Columns... Add ( "MyITF14Barcode" ); table . Rows . Add ( new [] { "09312345678907"...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Cell.last_paragraph property | Aspose.Words for...

    Cell.last_paragraph property. Gets the last paragraph among the immediate children....settings to vertical borders to a table row’s format. doc = aw . Document...Create a table with red and blue inner borders. table = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Content is still being sliced on the right when...

    public void generatePdfFromEmail(File inputFile, OutputStream outputStream, String filename, List<Long> pages) { try { MailMessage mailMessage; String extension = FilenameUtils.getExte…...NodeCollection<Table> tables = doc.getChildNodes(NodeType.TABLE, true);...true); for (Table table : tables) { if (table.getPreferredWidth()...

    forum.aspose.com/t/content-is-still-being-slice...
  10. BorderCollection.right property | Aspose.Words ...

    BorderCollection.right property. Gets the right border....shading color while building a table. doc = aw . Document () builder...DocumentBuilder ( doc = doc ) # Start a table and set a default color/thickness...

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