Sort Score
Result 10 results
Languages All
Labels All
Results 8,251 - 8,260 of 151,757 for

text

(0.36 sec)
  1. Font.kerning property | Aspose.Words for Python

    Font.kerning property. Gets or sets the font size at which kerning starts.... # Any text we add from this point will...more aesthetically pleasing text run. builder . font . kerning...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ControlChar class | Aspose.Words for Node.js

    Aspose.Words.ControlChar class. Control characters often encountered in documents...); // Insert paragraphs with text with DocumentBuilder. builder...// Converting the document to text form reveals that control characters...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = builder.StartTable(); builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = document.Styles["tableStyle"]; builder.InsertParagraph(); b…...DOES NOT WORK if you are adding text using .InsertHtml(). That includes...insertCell(); builder.write("Test Text"); } builder.endRow(); } builder...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  4. BookmarksOutlineLevelCollection class | Aspose....

    Aspose.Words.Saving.BookmarksOutlineLevelCollection class. A collection of individual bookmarks outline level... writeln ( "Text inside Bookmark 1." ); builder..."Bookmark 2" ); builder . writeln ( "Text inside Bookmark 1 and 2." );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreDeleted method. Gets or sets a boolean value indicating either to ignore Text inside delete revisions. The default value is false in C++....indicating either to ignore text inside delete revisions. The...Shows how to include or ignore text inside delete revisions during...

    reference.aspose.com/words/cpp/aspose.words.rep...
  6. Aspose::Words::Drawing::Shape::get_StrokeColor ...

    Aspose::Words::Drawing::Shape::get_StrokeColor method. Defines the color of a stroke in C++....DocumentBuilder > ( doc ); // Write some text, and then cover it with a floating...opaque, so we cannot see the text that this shape is on top of...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::ShapeBase::get_Fill met...

    Aspose::Words::Drawing::ShapeBase::get_Fill method. Gets fill formatting for the shape in C++....DocumentBuilder > ( doc ); // Write some text, and then cover it with a floating...opaque, so we cannot see the text that this shape is on top of...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Fields::FieldEQ class | Aspose.W...

    Aspose::Words::Fields::FieldEQ class. Implements the EQ field. To learn more, visit the documentation article in C++....get_DisplayResult () Gets the text that represents the displayed... get_Result () Gets or sets text that is between the field separator...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. C++ API to Export CGM to RTF | products.aspose.com

    Convert CGM to RTF within C++ applications....Convert CGM to RTF The Rich Text Format (RTF) is a document file...transfer of text between different word processors and text-processing...

    products.aspose.com/total/cpp/conversion/cgm-to...
  10. Create Tagged PDF using Python|Aspose.PDF for P...

    This article explains how to create structure's elements for Tagged PDF document programmatically using Aspose.PDF for Python via .NET.... set_text ( "Main Header" ) paragraph_element... () paragraph_element . set_text ( "Lorem ipsum dolor sit amet...

    docs.aspose.com/pdf/python-net/create-tagged-pdf/