Sort Score
Result 10 results
Languages All
Labels All
Results 8,911 - 8,920 of 151,759 for

text

(1.18 sec)
  1. Aspose::Words::Drawing::Shape class | Aspose.Wo...

    Aspose::Words::Drawing::Shape class. Represents an object in the drawing layer, such as an AutoShape, Textbox, freeform, OLE object, ActiveX control, or picture. To learn more, visit the documentation article in C++....get_AlternativeText () Defines alternative text to be displayed instead of a...the shape is below or above text. get_Bottom () Gets the position...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Find Cells with Specific Style|Documentation

    Learn how to find or search cells with a particular style applied through the Aspose.Cells for JavaScript via C++ API....same style as A1 contain the text “Found”. <!DOCTYPE html> < html...></ script > < script type = "text/javascript" > const { Workbook...

    docs.aspose.com/cells/javascript-cpp/find-cells...
  3. DocumentVisitor.visitBodyEnd method | Aspose.Wo...

    DocumentVisitor.visitBodyEnd method. Called when enumeration of the main Text story in a section has ended....when enumeration of the main text story in a section has ended...</summary> /// <param name="text"></param> private void IndentAndAppendLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentBuilder.endRow method | Aspose.Words fo...

    DocumentBuilder.endRow method. Ends a table row in the document.... write ( "Text in merged cells." ); // Insert.... None ; builder . write ( "Text in unmerged cell." ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Section.ensure_minimum method | Aspose.Words fo...

    Section.ensure_minimum method. Ensures that the section has [Section.body](../body/) with one [Paragraph](../../paragraph/)....document by adding elements such as text runs, shapes, or tables to that...append_child ( aw . Run ( doc = doc , text = 'Hello world!' )) self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CompatibilityOptions.no_column_balance property...

    CompatibilityOptions.no_column_balance property. Do Not Balance Text Columns within a Section....no_column_balance property Do Not Balance Text Columns within a Section. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CheckGrammarOptions.makeRevisions property | As...

    CheckGrammarOptions.makeRevisions property. Allows to specify either final or revised document to be returned with proofed Text...to be returned with proofed text. Default value is false . get...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FindReplaceOptions.ignoreOfficeMath property | ...

    FindReplaceOptions.ignoreOfficeMath property. Gets or sets a boolean value indicating either to ignore Text inside OfficeMath/>...indicating either to ignore text inside OfficeMath/>. The default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Portable Document Format (PDF)|Aspose.Slides Do...

    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....documents: Images, Text Boxes and other Shapes Text and Formatting...

    docs.aspose.com/slides/cpp/portable-document-fo...
  10. Hello, World!|Simple example how to use Aspose....

    Create, edit and save your first document in any supported format using Aspose.Words for Python via .NET to experience its simplicity and power in Python....creating a document, inserting text, appending another document...DocumentBuilder class Insert text to the document start using...

    docs.aspose.com/words/python-net/hello-world/