Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 37,147 for

draw text

(0.34 sec)
  1. Aspose::Words::Font::get_Engrave method | Aspos...

    Aspose::Words::Font::get_Engrave method. True if the font is formatted as engraved in C++....engraving/embossing effects to text. auto doc = System :: MakeObject...() -> set_Color ( System :: Drawing :: Color :: get_LightBlue ());...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. ShapeBase.is_word_art property | Aspose.Words f...

    ShapeBase.is_word_art property. Returns ``True`` if this shape is a WordArt object.... def insert_text_paths (): doc = aw . Document...a WordArt object to display text in a shape that we can re-size...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TextPath.on property | Aspose.Words for Python

    TextPath.on property. Defines whether the Text is displayed....property Defines whether the text is displayed. @property def...work with WordArt. def insert_text_paths (): doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::Story::get_FirstParagraph method. Gets the first paragraph in the story in C++....Shows how to format a run of text using its font property. auto...set_HighlightColor ( System :: Drawing :: Color :: get_Yellow ());...

    reference.aspose.com/words/cpp/aspose.words/sto...
  5. 使用C++设置形状或文本框中的段落行间距|Documentation

    学习如何在形状或文本框中设置段落的行间距、前间距和后间距,使用编号Aspose.Cells for C++。...Cells :: Drawing ; using namespace Aspose :: Cells :: Drawing :: Texts...Texts ; int main () { Aspose :: Cells :: Startup (); // Source...

    docs.aspose.com/cells/zh/cpp/set-line-spacing-o...
  6. ChartAxisTitle class | Aspose.Words for Python

    aspose.words.Drawing.charts.ChartAxisTitle class. Provides access to the axis title properties...orientation of the axis title text. overlay Determines whether...value is False . text Gets or sets the text of the axis title...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Shape.last_paragraph property | Aspose.Words fo...

    Shape.last_paragraph property. Gets the last paragraph in the shape....set the orientation of text inside a text box. doc = aw . Document...DocumentBuilder ( doc = doc ) text_box_shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to overlapping textbox auto adjust width on...

    des11.zip (7.6 KB) @John.He , @Professionalize.Discourse , @simon.zhao, please given early response. At runtime, check if an existing sheet Text overlaps based on the (x + width, y + height) coordinates. If it does, th…... check if an existing sheet text overlaps based on the (x + width...auto-adjusting width for overlapping text boxes at runtime, it is essential...

    forum.aspose.com/t/how-to-overlapping-textbox-a...
  9. Shape.LastParagraph | Aspose.Words for .NET

    Access the LastParagraph property to easily retrieve the final paragraph in your shape, enhancing your document's layout and readability....set the orientation of text inside a text box. Document doc = new...to inside the TextBox and add text. builder . MoveTo ( textBoxShape...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::OptimizeFor method. Allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word. Use this method to prevent MS Word from displaying "Compatibility mode" ribbon upon document loading. (Note that you may also need to set the Compliance property to Iso29500_2008_Transitional or higher.) in C++....ASSERT_EQ ( Aspose :: Words :: Drawing :: ShapeMarkupLanguage :: Vml...ExplicitCast < Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild...

    reference.aspose.com/words/cpp/aspose.words.set...