Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 2,989 for

vertical text

(0.04 sec)
  1. TextBoxAnchor | Aspose.Words for Java

    Specifies values used for shape Text Vertical alignment in Java....Specifies values used for shape text vertical alignment. Examples: Shows...Shows how to vertically align the text contents of a text box. Document...

    reference.aspose.com/words/java/com.aspose.word...
  2. Shape.FirstParagraph | Aspose.Words for .NET

    Retrieve the first paragraph of a shape effortlessly. Enhance your document's layout with our easy-to-use Shape FirstParagraph feature....Shows how to create and format a text box. Document doc = new Document...Document (); // Create a floating text box. Shape textBox = new Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Aspose::Words::Drawing namespace | Aspose.Words...

    Aspose::Words::Drawing namespace. The Aspose.Words.Drawing namespace provides classes that allow to create and modify drawing objects in C++....attributes that specify how a text is displayed inside a shape...TextPath Defines the text and formatting of the text path (of a WordArt...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. BorderType enumeration | Aspose.Words for Node.js

    Aspose.Words.BorderType enumeration. Specifies sides of a border... Vertical Specifies the vertical border between...0.25 ; builder . writeln ( "Text with a top border." ); doc ...

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

    aspose.words.BorderType enumeration. Specifies sides of a border... VERTICAL Specifies the vertical border between...= 0.25 builder . writeln ( 'Text with a top border.' ) doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. Managing Page Breaks|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....break is a place in a flow of text where one page ends and the...breaks: Horizontal page break Vertical page break In the rest of...

    docs.aspose.com/cells/cpp/managing-page-breaks/
  7. Managing Page Breaks|Documentation

    This article provides sample code and explains how to add page breaks, clear page breaks, or delete specific page breaks in Excel worksheets programmatically using the C# API or .NET Library....break is a place in a flow of text where one page ends and the...breaks: Horizontal page break Vertical page break In the rest of...

    docs.aspose.com/cells/net/managing-page-breaks/
  8. Manage Rows and Columns|Aspose.Slides for Pytho...

    Manage table rows and columns in PowerPoint presentations in Python...dblCols , dblRows ) # Adds some text to the row 1 cell 1 table ....] . text_frame . text = "Row 1 Cell 1" # Adds some text to the...

    docs.aspose.com/slides/python-net/manage-rows-a...
  9. Customize initialization parameters|Documentation

    how to customize initialization parameters in Aspose.Cells.GridWeb client side script....needInitAlignmentAdj whether to do vertical alignment for cell content...poor,if user do not care the vertical alignment,then he can set...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  10. Story.first_paragraph property | Aspose.Words f...

    Story.first_paragraph property. Gets the first paragraph in the story....Shows how to format a run of text using its font property. doc...run = aw . Run ( doc = doc , text = 'Hello world!' ) font = run...

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