Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 15,616 for

paragraph

(0.04 sec)
  1. Footnote.StoryType | Aspose.Words for .NET

    Discover the Footnote StoryType property to easily access Footnotes or Endnotes, enhancing your content's clarity and depth for readers....last child of the node is a paragraph, // for us to be able to click...Assert . AreEqual ( NodeType . Paragraph , footnote . LastChild . NodeType...

    reference.aspose.com/words/net/aspose.words.not...
  2. Footnote.storyType property | Aspose.Words for ...

    Footnote.storyType property. Returns [StoryType.Footnotes](../../../aspose.words/storytype/#Footnotes) or [StoryType.Endnotes](../../../aspose.words/storytype/#Endnotes)....last child of the node is a paragraph, // for us to be able to click...toEqual ( aw . NodeType . Paragraph ); // Edit the appearance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. InlineStory.storyType property | Aspose.Words f...

    InlineStory.storyType property. Returns the type of the story....last child of the node is a paragraph, // for us to be able to click...toEqual ( aw . NodeType . Paragraph ); // Edit the appearance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. InlineStory.tables property | Aspose.Words for ...

    InlineStory.tables property. Gets a collection of tables that are immediate children of the story....last child of the node is a paragraph, // for us to be able to click...toEqual ( aw . NodeType . Paragraph ); // Edit the appearance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ShapeBase.IsInline | Aspose.Words for .NET

    Discover the ShapeBase IsInline property to easily check if your shape aligns with text, enhancing your design and improving layout efficiency....sits inside a paragraph among other paragraph elements, such...and drag the shape to any paragraph as if it is a character. //...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Section.ensureMinimum method | Aspose.Words for...

    Section.ensureMinimum method. Ensures that the section has [Section.body](../body/) with one [Paragraph](../../Paragraph/)....body with one Paragraph . ensureMinimum () Examples...body, which in turn has a paragraph. // We can add contents to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Section::EnsureMinimum method | ...

    Aspose::Words::Section::EnsureMinimum method. Ensures that the section has Body with one Paragraph in C++....section has Body with one Paragraph . void Aspose :: Words ::...body, which in turn has a paragraph. // We can add contents to...

    reference.aspose.com/words/cpp/aspose.words/sec...
  8. Aspose::Words::ControlChar::PageBreak method | ...

    Aspose::Words::ControlChar::PageBreak method. Page break character: "\x000c" or "\f". Note it has the same value as SectionBreak in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. DocumentBuilder.insertStyleSeparator method | A...

    DocumentBuilder.insertStyleSeparator method. Inserts style separator into the document....allows to apply different paragraph styles to two different parts...DocumentBuilder ( doc ); // Each paragraph can only have one style. //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentBuilder.InsertStyleSeparator | Aspose.W...

    Enhance your documents with the DocumentBuilder InsertStyleSeparator method, effortlessly adding style separators for improved formatting and organization....allows to apply different paragraph styles to two different parts...DocumentBuilder ( doc ); // Each paragraph can only have one style. //...

    reference.aspose.com/words/net/aspose.words/doc...