Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 17,597 for

paragraph

(0.06 sec)
  1. Paste back shape data correctly - Free Support ...

    Hi, Need help in pasting back the content after correction of the content in shape also maintaining the styles of the document, need to maintain the correct referenc of complete document doc, content_blocks, clean_tex…...content_blocks, clean_text_paragraphs = extract_all_content_wi...style_last_hyperlink_field(paragraph, style):#non clickable format...

    forum.aspose.com/t/paste-back-shape-data-correc...
  2. Portion|Aspose.Slides Documentation

    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....const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/cpp/portion/
  3. DocumentBuilder.EndEditableRange | Aspose.Words...

    Discover the DocumentBuilder EndEditableRange method to efficiently mark editable sections in your documents, enhancing your editing workflow...." + " we cannot edit this paragraph without the password." );...builder . Writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/net/aspose.words/doc...
  4. FieldStyleRef.insertParagraphNumberInFullContex...

    FieldStyleRef.insertParagraphNumberInFullContext property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph in full context....insert the paragraph number of the referenced paragraph in full...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. IReplacingCallback.Replacing | Aspose.Words for...

    Enhance your coding with the IReplacingCallback method! Customize replace operations efficiently by executing user-defined actions for each match found....after the paragraph containing the matched text. Paragraph para =...= ( Paragraph ) args . MatchNode . ParentNode ; InsertDocument...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Aspose::Words::ParagraphFormat::get_LinesToDrop...

    Aspose::Words::ParagraphFormat::get_LinesToDrop method. Gets or sets the number of lines of the Paragraph text used to calculate the drop cap height in C++....the number of lines of the paragraph text used to calculate the..."LinesToDrop" property to designate a paragraph as a drop cap, // which will...

    reference.aspose.com/words/cpp/aspose.words/par...
  7. Aspose::Words::Body class | Aspose.Words for C+...

    Aspose::Words::Body class. Represents a container for the main text of a section. To learn more, visit the documentation article in C++....shortcut method that creates a Paragraph object with optional text...not a paragraph, creates and appends one empty paragraph. get_Count...

    reference.aspose.com/words/cpp/aspose.words/body/
  8. Paragraph.JoinRunsWithSameFormatting | Aspose.W...

    Effortlessly join runs with consistent formatting in your Paragraphs using the JoinRunsWithSameFormatting method. Enhance your document's style today!...JoinRunsWithSameForm Contents [ Hide ] Paragraph.JoinRunsWithSameForm method...the same formatting in the paragraph. public int JoinRunsWithSameForm...

    reference.aspose.com/words/net/aspose.words/par...
  9. ParagraphFormat.left_indent property | Aspose.W...

    ParagraphFormat.left_indent property. Gets or sets the value (in points) that represents the left indent for Paragraph....represents the left indent for paragraph. @property def left_indent...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Copy Table cell styles - Free Support Forum - a...

    Dear team, I’m using Aspose.words c#. And I have a requirement, in which there is a template table in my document which each header columns and body columns are bookmarked separately. Now I need to copy all the font sty…...To copy the font styles, paragraph formats, and cell formats...retrieve the font styles, paragraph formats, and cell formats...

    forum.aspose.com/t/copy-table-cell-styles/307232