Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 151,740 for

text

(0.13 sec)
  1. MathText|Aspose.Slides 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....Illustrates working with mathematical text shapes and formatting equations...Aspose.Slides for .NET . Add Math Text Create a math shape containing...

    docs.aspose.com/slides/net/examples/elements/ma...
  2. 使用 Python 创建 PDF 表单 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码创建 PDF 表单并以编程方式添加字段。...path_infile ) # Create a new text box field rectange = apdf ....value = "Text Box" # Customize the border of the text box field...

    products.aspose.com/pdf/zh-hans/python-net/acro...
  3. BookmarkStart.Accept | Aspose.Words for .NET

    Discover BookmarkStart's Accept method to seamlessly engage visitors and enhance user experience. Boost your site's interaction today!... Text = $"Updated text contents of {bookmarks[1]..."MyBookmark_" + i ; builder . Write ( "Text before bookmark." ); builder...

    reference.aspose.com/words/net/aspose.words/boo...
  4. RevisionOptions.ShowInBalloons | Aspose.Words f...

    Discover the RevisionOptions ShowInBalloons property! Control revision visibility in balloons for enhanced document clarity. Default is None....docx" ); // By default, text that is a revision has a different...from the other non-revision text. // Set a revision option to...

    reference.aspose.com/words/net/aspose.words.lay...
  5. Font.HasDmlEffect | Aspose.Words for .NET

    Discover if a specific DrawingML Text effect is applied with the Font HasDmlEffect method. Enhance your document's visual appeal effortlessly!...Checks if particular DrawingML text effect is applied. public bool...dmlEffectType TextDmlEffect DrawingML text effect type. Return Value true...

    reference.aspose.com/words/net/aspose.words/fon...
  6. TextPath.Kerning | Aspose.Words for .NET

    Discover the TextPath Kerning property to enhance typography by controlling kerning settings for improved Text readability and design quality....a WordArt object to display text in a shape that we can re-size...AppendWordArt ( doc , "Hello World! This text is bold, and italic." , "Arial"...

    reference.aspose.com/words/net/aspose.words.dra...
  7. TextPath.FontFamily | Aspose.Words for .NET

    Discover the TextPath FontFamily property to effortlessly define and customize your Text paths for stunning typography in web design....a WordArt object to display text in a shape that we can re-size...AppendWordArt ( doc , "Hello World! This text is bold, and italic." , "Arial"...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceRight method. Returns or sets the distance (in points) between the document Text and the right edge of the shape in C++....points) between the document text and the right edge of the shape...the wrapping distance for a text that surrounds a shape. auto...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceTop method. Returns or sets the distance (in points) between the document Text and the top edge of the shape in C++....points) between the document text and the top edge of the shape...the wrapping distance for a text that surrounds a shape. auto...

    reference.aspose.com/words/cpp/aspose.words.dra...
  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-...