Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 36,225 for

paragraph

(0.16 sec)
  1. NodeCollection.Item | Aspose.Words for .NET

    NodeCollection Item property. Retrieves a node at the given index in C#....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/nod...
  2. ReplaceAction Enum | Aspose.Words for .NET

    Aspose.Words.Replacing.ReplaceAction enum. Allows the user to specify what happens to the current match during a replace operation in C#....after the paragraph containing the matched text. Paragraph para =...= ( Paragraph ) args . MatchNode . ParentNode ; InsertDocument...

    reference.aspose.com/words/net/aspose.words.rep...
  3. While replacing a specified syntax with a docum...

    Hello Team, Currently I have a main document which in turn has some syntaxes those syntax will be replaced with a document that I have done with the help of your Shows how to insert an entire document’s contents as a re…... For example for paragraphs you can achieve this using...no formatting applied to paragraphs explicitely. doc.GetChildNodes(NodeType...

    forum.aspose.com/t/while-replacing-a-specified-...
  4. Aspose::Words::FrameFormat::get_IsFrame method ...

    Aspose::Words::FrameFormat::get_IsFrame method. Returns true if the Paragraph is a frame in C++....method Returns true if the paragraph is a frame. bool Aspose ::...formatting properties of paragraphs that are frames. auto doc...

    reference.aspose.com/words/cpp/aspose.words/fra...
  5. FloatingBox | Aspose.PDF for .NET API Reference

    FloatingBox Contents [ Hide ] FloatingBox class public class FloatingBox : BaseParagraph Constructors Name Descriptio......a horizontal alignment of paragraph virtual Hyperlink { get; set;...that indicates whether this paragraph will be at next column. Default...

    reference.aspose.com/pdf/net/aspose.pdf/floatin...
  6. Aspose::Words::InlineStory::get_ParentParagraph...

    Aspose::Words::InlineStory::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++....method Retrieves the parent Paragraph of this node. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: InlineStory...

    reference.aspose.com/words/cpp/aspose.words/inl...
  7. Paragraph.parent_story property | Aspose.Words ...

    Paragraph.parent_story property. Retrieves the parent section-level story that can be [Body](../../body/) or [HeaderFooter](../../headerfooter/)....parent_story property Paragraph.parent_story property Retrieves...append a paragraph to it. The text in that paragraph # will appear...

    reference.aspose.com/words/python-net/aspose.wo...
  8. add | Aspose.Sildes for PHP via Java API Reference

    add add( Paragraph value) method Adds a Paragraph to the end of collection. Parameters Name Type Description value Pa......add add( Paragraph value) method Adds a Paragraph to the end...Description value Paragraph The Paragraph to be added to the...

    reference.aspose.com/slides/php-java/aspose.sli...
  9. FieldStyleRef.search_from_bottom property | Asp...

    FieldStyleRef.search_from_bottom property. Gets or sets whether to search from the bottom of the current page, rather from the top....\x01 )' # Add text and apply paragraph styles that STYLEREF fields...list_indent () builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to skip formulas while extracting images - ...

    Dear team, We are extracting images from docx but below case its extracting formulas also please find source code and input, output file. please do needful Source Code : class ImageExtractor extends DocumentVisitor { …...table move cursor to the next paragraph. if (nodeToRemove.getNodeType()...shape.getChildNodes(NodeType.PARAGRAPH, true).getCount() == 0) {...

    forum.aspose.com/t/how-to-skip-formulas-while-e...