Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 10,097 for

paragraph

(0.1 sec)
  1. Make DOCX Using Javascript

    Make a new DOCX in JavaScript in a few steps. Easily create DOCX using Node.js via .NET library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.nextSibling...

    products.aspose.com/words/nodejs-net/make/docx/
  2. ShapeBase.WrapType | Aspose.Words for .NET

    Discover the ShapeBase WrapType property, control inline or floating shapes and customize text wrapping for enhanced layout flexibility.... Top ; // Add a paragraph to the text box and add a...AppendChild ( new Paragraph ( doc )); Paragraph para = textBox ...

    reference.aspose.com/words/net/aspose.words.dra...
  3. EditableRangeEnd.nodeType property | Aspose.Wor...

    EditableRangeEnd.nodeType property. Returns [NodeType.EditableRangeEnd](../../nodetype/#EditableRangeEnd)...." + " we cannot edit this paragraph without the password." );...builder . writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::TabStop::TabStop constructor | A...

    Aspose::Words::TabStop::TabStop constructor. Initializes a new instance of this class in C++....SharedPtr < ParagraphCollection > paragraphs = doc -> get_FirstSection...() -> get_Paragraphs (); ASSERT_EQ ( 2 , paragraphs -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/tab...
  5. DocumentVisitor.VisitTableEnd | Aspose.Words fo...

    Explore the DocumentVisitor VisitTableEnd method, which efficiently signals the end of table enumeration, enhancing your coding experience.... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/doc...
  6. 获取幻灯片中的所有文本|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.... Paragraph paragraph in slidePart . Slide...DocumentFormat . OpenXml . Drawing . Paragraph >()) { // 创建一个新的字符串构造器。 StringBuilder...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  7. FieldBuilder.BuildAndInsert | Aspose.Words for ...

    Effortlessly enhance your documents with FieldBuilder's BuildAndInsert method—quickly add fields before any inline node for seamless integration....Words BuildAndInsert( Paragraph ) Builds and inserts a field...specified paragraph. public Field BuildAndInsert ( Paragraph refNode...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Font class | Aspose.Words for Python

    aspose.words.Font class. Contains font attributes (font name, font size, color, and so on) for an object...various objects such as Run , Paragraph , Style , DocumentBuilder...first_section . body . first_paragraph . append_child ( run ) doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompatibilityOptions.wpjustification property |...

    CompatibilityOptions.wpjustification property. Emulate WordPerfect 6.x Paragraph Justification....x Paragraph Justification. get wpjustification...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Manage Hyperlinks|Aspose.Slides for PHP Documen...

    How to add hyperlink to a PowerPoint Presentation...clear (); $paragraph = new Paragraph (); $paragraph -> getParagraphFormat...setFillType ( FillType :: Solid ); $paragraph -> getParagraphFormat () ->...

    docs.aspose.com/slides/php-java/manage-hyperlinks/