Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 150,704 for

text

(0.68 sec)
  1. IReplacingCallback class | Aspose.Words for Nod...

    Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation....to track the order in which a text replacement operation traverses...differentFirstPageHe ) expect ( logger . text . replace ( "\r" , "" )). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Reading Barcode Properties|Documentation

    Barcode Properties...Coordinates Reading Code Text Reading Code Text Raw Work with symbology...

    docs.aspose.com/barcode/java/developer-guide/ba...
  3. FootnotePosition enumeration | Aspose.Words for...

    Aspose.Words.Notes.FootnotePosition enumeration. Defines the footnote position....Footnotes are output beneath text on each page. Examples Shows...reference or a side comment to text // that does not interfere with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....drawing objects like labels, text boxes, pictures, etc., into...has some important members: Text (property) – specifies a label’s...

    docs.aspose.com/cells/cpp/controls-in-charts/
  5. TabAlignment enumeration | Aspose.Words for Python

    aspose.words.TabAlignment enumeration. Specifies the alignment/type of a tab stop....Left-aligns the text after the tab stop. CENTER Centers the text around...Right-aligns the text at the tab stop. DECIMAL Aligns the text at the decimal...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PageVerticalAlignment enumeration | Aspose.Word...

    aspose.words.PageVerticalAlignment enumeration. Specifies vertical justification of Text on each page....Specifies vertical justification of text on each page. Members Name Description...BOTTOM Text is aligned at the bottom of the page. CENTER Text is...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Font::get_Underline method | Asp...

    Aspose::Words::Font::get_Underline method. Gets or sets the type of underline applied to the font in C++....Shows how to insert formatted text using DocumentBuilder . auto...Specify font formatting, then add text. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. FieldXE.yomi property | Aspose.Words for Python

    FieldXE.yomi property. Gets or sets the yomi (first phonetic character for sorting indexes) for the index entry...will display the XE field's Text property value on the left side...with matching values in the "Text" property # into one entry as...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for JavaScript via C++....alignment of your paragraph text using the TextParagraph.alignmentType...></ script > < script type = "text/javascript" > const { Workbook...

    docs.aspose.com/cells/javascript-cpp/create-tex...
  10. All contents block (sdtBlock) from document is ...

    Pasing my code block here MainDocumentPart mainPart = Docx.MainDocumentPart; SdtBlock[] sdtList = mainPart.Document.Body.Descendants<SdtBlock>().ToArray(); foreach (SdtBlock sdt in sdtList) { SdtContentBlock sd…... rich text box from code. Amol_Hekade February...tag value. To get the text that a rich‑text content control ( SdtBlock...

    forum.aspose.com/t/all-contents-block-sdtblock-...