Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 3,612 for

text alignment

(0.05 sec)
  1. Working with Charts in Python|Aspose.Words for ...

    Create and modify charts of various types in a document using Python....to Align Chart Label If you want to set a text alignment for...value of ChartAxis.tick_label_alignment property. The following code...

    docs.aspose.com/words/python-net/working-with-c...
  2. Aspose::Words::TableStyle class | Aspose.Words ...

    Aspose::Words::TableStyle class. Represents a table style. To learn more, visit the documentation article in C++.... get_Alignment () Specifies the alignment for the table...sets a flag indicating whether text in a table row is allowed to...

    reference.aspose.com/words/cpp/aspose.words/tab...
  3. Features|Aspose.Words for Node.js via .NET

    Aspose.Words for Node.js via .NET provides users with a wide range of features from simply converting and modifying documents to creating structured and visually appealing documents or automating reporting.... Rich Text Format - RTF Comprehensive support...documents in the OpenDocument Text (.odt) format. Adobe Portable...

    docs.aspose.com/words/nodejs-net/features/
  4. PageSetup.PaperSize | Aspose.Words for .NET

    Discover the PageSetup PaperSize property to easily customize and manage your document's paper size for optimal printing results.... Alignment = ParagraphAlignment . Center...run = new Run ( doc ); run . Text = "Hello World!" ; run . Font...

    reference.aspose.com/words/net/aspose.words/pag...
  5. PageSetup.paperSize property | Aspose.Words for...

    PageSetup.paperSize property. Returns or sets the paper size.... alignment = aw . ParagraphAlignment...new aw . Run ( doc ); run . text = "Hello World!" ; run . font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Manipulations with glyphs | API for C++

    C++ API Solution to manage various fonts. Learn how to get Glyphs and Metrics information of a font with a few lines of code.... These metrics are used by text layout and rendering systems...consistent and accurate display of text. To work with glyphs we need:...

    products.aspose.com/font/cpp/manipulate-glyphs/
  7. DocumentBuilder.start_table method | Aspose.Wor...

    DocumentBuilder.start_table method. Starts a table in the document.... alignment = aw . ParagraphAlignment.... cell_format . vertical_alignment = aw . tables . CellVerticalAlignmen...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Number Settings|Documentation

    Aspose.Cells is a Node.js library for working with spreadsheet files that supports many different cell number settings. This article introduces how to use the Aspose.Cells library to manage the number settings of cells for adjusting number formats in spreadsheets....0E+00 49 Text @ How to Use Custom Number Formats...Custom Pattern Formatting Alignment Settings...

    docs.aspose.com/cells/nodejs-cpp/cells-number-s...
  9. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...Remarks All text of the document is stored in runs of text. Run can...instance of the Run class. Run(doc, text) Initializes a new instance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. BreakType | Aspose.Words for Java

    Specifies type of a break inside a document in Java....builder's current section and add text. builder.getPageSetup().set...oriented with vertically centered text."); // If we start a new section...

    reference.aspose.com/words/java/com.aspose.word...