Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 7,682 for

paragraph

(0.06 sec)
  1. DocumentBuilder class | Aspose.Words for Node.js

    Aspose.Words.DocumentBuilder class. Provides methods to insert text, images and other content, specify font, Paragraph and section formatting...other content, specify font, paragraph and section formatting. To...paragraphFormat property to specify paragraph formatting for the current...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.compare method | Aspose.Words for Node.js

    Aspose.Words.Document.compare method...DocumentBuilder ( docOriginal ); // Paragraph text referenced with an endnote:...world! This is the first paragraph." ); builder . insertFootnote...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::CompositeNode::IndexOf method | ...

    Aspose::Words::CompositeNode::IndexOf method. Returns the index of the specified child node in the child node array in C++....Retrieve the index of the last paragraph in the body of the first section...

    reference.aspose.com/words/cpp/aspose.words/com...
  4. ListLevel.text_position property | Aspose.Words...

    ListLevel.text_position property. Returns or sets the position (in points) for the second line of wrapping text for the list level....corresponds to LeftIndent of the paragraph. Examples Shows how to apply...custom list formatting to paragraphs when using DocumentBuilder...

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

    Aspose.Words.TabStop class. Represents a single custom tab stop...right tab stop in TOC related paragraphs. let doc = new aw . Document...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::BaselineAlignment enum | Aspose....

    Aspose::Words::BaselineAlignment enum. Specifies fonts vertical position on a line in C++....Aligns to the baseline of the paragraph. Bottom 3 Aligns to the bottom...

    reference.aspose.com/words/cpp/aspose.words/bas...
  7. TabStop class | Aspose.Words for Python

    aspose.words.TabStop class. Represents a single custom tab stop...right tab stop in TOC related paragraphs. doc = aw . Document ( file_name...docx' ) # Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 获取幻灯片中的所有文本|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-...
  9. 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...
  10. TabStopCollection.before method | Aspose.Words ...

    TabStopCollection.before method. Gets a first tab stop to the left of the specified position....let paragraphs = doc . firstSection . body . paragraphs ; expect...expect ( paragraphs . count ). toEqual ( 2 ); // Each paragraph gets...

    reference.aspose.com/words/nodejs-net/aspose.wo...