Sort Score
Result 10 results
Languages All
Labels All
Results 4,261 - 4,270 of 149,190 for

text

(0.3 sec)
  1. Aspose::Words::Drawing namespace | Aspose.Words...

    Aspose::Words::Drawing namespace. The Aspose.Words.Drawing namespace provides classes that allow to create and modify drawing objects in C++....attributes that specify how a text is displayed inside a shape...TextPath Defines the text and formatting of the text path (of a WordArt...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. IStructuredDocumentTag.LockContentControl | Asp...

    Discover the IStructuredDocumentTag LockContentControl property. Set to true, it prevents users from deleting SDT, enhancing document integrity and control....plain text structured document tag, which acts as a text box that...prohibit the user from editing this text box's contents. tag . LockContents...

    reference.aspose.com/words/net/aspose.words.mar...
  3. 在演示文稿中查找和替换|Aspose.Slides 文档

    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.... Text . Contains ( strToFind )) //将现有文本替换为新文本...//将现有文本替换为新文本 { string str = port . Text ; int idx = str . IndexOf (...

    docs.aspose.com/slides/zh/net/find-and-replace-...
  4. FindReplaceOptions.smartParagraphBreakReplaceme...

    FindReplaceOptions.smartParagraphBreakReplacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph....words will remove paragraph's text // completely with its paragraph...and remove // only paragraph's text and leaves the paragraph mark...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.lastSection property | Aspose.Words fo...

    Document.lastSection property. Gets the last section in the document....Use a document builder to add text to the first section. let builder...settings. // We can split the text in the second section into two...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PageSetup.footnoteOptions property | Aspose.Wor...

    PageSetup.footnoteOptions property. Provides options that control numbering and positioning of footnotes in this section....Footnote , "Footnote reference text." ); // Configure all footnotes...themselves directly beneath the text on every page. let footnoteOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Section::get_ProtectedForForms m...

    Aspose::Words::Section::get_ProtectedForForms method. True if the section is protected for forms. When a section is protected for forms, users can select and modify Text only in form fields in Microsoft Word in C++....users can select and modify text only in form fields in Microsoft...builder -> Write ( u "Please enter text here: " ); builder -> InsertTextInput...

    reference.aspose.com/words/cpp/aspose.words/sec...
  8. Shape constructor | Aspose.Words for Python

    Shape constructor. Creates a new shape object....Shows how to create and format a text box. doc = aw . Document ()...() # Create a floating text box. text_box = aw . drawing . Shape...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_PageHorizontalAlignment method. Specifies the horizontal alignment of pages in an HTML document. Default value is Center in C++....Center : ASSERT_TRUE ( System :: Text :: RegularExpressions :: Regex...Left : ASSERT_TRUE ( System :: Text :: RegularExpressions :: Regex...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. 在PDF中旋转文本使用C++|Aspose.PDF for C++

    了解将文本旋转到PDF的不同方法。Aspose.PDF允许您将文本旋转到任意角度,旋转文本片段或整个段落。...using namespace Aspose :: Pdf :: Text ; void ImplementRotationUsi...MakeObject < TextFragment > ( "main text" ); textFragment1 -> set_Position...

    docs.aspose.com/pdf/zh/cpp/rotate-text-inside-pdf/