Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 153,670 for

2

(0.2 sec)
  1. CellFormat.vertical_alignment property | Aspose...

    CellFormat.vertical_alignment property. Returns or sets the vertical alignment of text in the cell.... write ( 'Row 1, Col 2' ) builder . end_row () # Changing...insert_cell () builder . write ( 'Row 2, Col 1' ) builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Translate Markdown to DOM|Aspose.Words for Java

    Tarnslate a Markdown document to Document Object Model and back. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch using Java....Container blocks can be divided into 2 classes: Leaf blocks and Complex...level 1), --- (if Heading level 2) ParagraphFormat.StyleName = “SetextHeading[some...

    docs.aspose.com/words/java/translate-markdown-t...
  3. Specific Parameters of 1D Barcode Types|Documen...

    How to Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for Java..., DataLogic 2-of-5 , IATA 2-of-5 , Interleaved 2-of-5 , ITF 6...14 , Matrix 2-of-5 , MSI , OPC , PZN , Standard 2-of-5 , and VIN...

    docs.aspose.com/barcode/java/1d-barcode-types/
  4. Specific Parameters of 1D Barcode Types|Documen...

    How to Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for .NET... Pixels = 2 ; //set BarHeight 40 gen . Parameters...Barcode . XDimension . Pixels = 2 ; //set bars filled gen . Parameters...

    docs.aspose.com/barcode/net/1d-barcode-types/
  5. X400 support - Free Support Forum - aspose.com

    We’ve noticed with the new 25.6 version the default email address being returned is now the SMTP version. Is there a way to default to get the X400 email back as the default? image.png (13.4 KB)...Family KevinAmes August 1, 2025, 2:49pm 1 We’ve noticed with the...Discourse August 1, 2025, 2:50pm 2 @KevinAmes To set the default...

    forum.aspose.com/t/x400-support/316005
  6. RowFormat.height_rule property | Aspose.Words f...

    RowFormat.height_rule property. Gets or sets the rule for determining the height of the table row....write ( 'Header Row, \n Cell 2' ) builder . insert_cell () builder...builder . write ( 'Row 1, Cell 2.' ) builder . insert_cell () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Drawing::Charts::ChartShapeType ...

    Aspose::Words::Drawing::Charts::ChartShapeType enum. Specifies the shape type of chart elements in C++.... RoundRectangle 2 Rounded rectangle. Ellipse 3 Ellipse...BentConnector2 22 Bent connector 2. BentConnector3 23 Bent connector...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. FieldCompare | Aspose.Words for Java

    Implements the COMPARE field in Java....setRightExpression("2"); field.update(); // The COMPARE...Assert.assertEquals(" COMPARE 3 < 2", field.getFieldCode()); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  9. How to create Dynamic Chart with Drop‑Down List...

    Learn how to create a dynamic chart that updates based on a drop‑down list selection using Aspose.Cells for Node.js via C++. Our step‑by‑step guide will demonstrate how to integrate a drop‑down list into your chart for flexible data visualization....allMonths ; j ++ ) { const _row = i + 2 ; const _column = j + 1 ; sheet..._column ). putValue ( 50 * ( i % 2 ) + 20 * ( j % 3 ) + 10 * ( i...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...
  10. AutoFit Rows for Merged Cells with C++|Document...

    Learn how to auto-fit rows for merged cells in Excel using Aspose.Cells for C++.... CreateRange ( 0 , 0 , 2 , 2 ); // Merge the cells range...GetCells (). CreateRange ( 0 , 0 , 2 , 2 ); // Merge the cells range2...

    docs.aspose.com/cells/cpp/autofit-rows-for-merg...