Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 36,281 for

paragraph

(0.08 sec)
  1. Insert position problem after Word replace - Fr...

    I have a Word document, there is a variable in the header, I want to replace this variable with FieldPage, but when I execute the following code, the inserted FieldPage is at the front of the Node, how can I insert it at…...method seems to only move to paragraphs in the Body. void Main()...can't move to header paragraph //var paragraph = e.MatchNode.GetAncestor(Aspose...

    forum.aspose.com/t/insert-position-problem-afte...
  2. Aspose.Note for Java 20.9 Release Notes

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......NOTEJAVA-55 Add new type for paragraph style New Feature NOTEJAVA-249...getParagraphStyle Gets the paragraph style. com.aspose.note.RichText...

    docs.aspose.com/note/java/aspose-note-for-java-...
  3. Hello World in PHP|Aspose.Words for Java

    Write 'hello' to a Word Document using PHP....documentObject ); // Write a new paragraph in the document with the text...

    docs.aspose.com/words/java/hello-world-in-php/
  4. Work with Text in a Table|Aspose.Words for C++

    Replace text in a table in C++. Extract Plain Text from Table or Cell using C++....existing text with multi-paragraph text. To do this, you need...level (per cell) or at the paragraph level. The following code...

    docs.aspose.com/words/cpp/work-with-text-in-a-t...
  5. Add Watermark in Ruby|Aspose.Words for Java

    Add watermark to MS Word documents using Ruby....new paragraph and append the watermark to this paragraph. watermarkPara...import ( "com.aspose.words.Paragraph" ) . new ( doc ) watermarkPara...

    docs.aspose.com/words/java/add-watermark-in-ruby/
  6. AddTextFrame() | Aspose.Slides for C++ API Refe...

    Adds a new TextFrame to a shape. If shape already has TextFrame then simply changes its text....get_TextFrame (); // Creates the Paragraph object for text frame auto...auto para = txtFrame -> get_Paragraphs () -> idx_get ( 0 ); // Creates...

    reference.aspose.com/slides/cpp/aspose.slides/a...
  7. ParagraphFactory | Aspose.Slides for C++ API Re...

    Allows to create Paragraphs...ParagraphFactory class Allows to create paragraphs class ParagraphFactory :...override Creates a new empty paragraph. System::SharedPtr < IParagraph...

    reference.aspose.com/slides/cpp/aspose.slides/p...
  8. Add Watermark in PHP|Aspose.Words for Java

    Add Watermark to Document using PHP....new paragraph and append the watermark to this paragraph. $ watermarkPara...Java ( "com.aspose.words.Paragraph" , $ doc ); $ watermarkPara...

    docs.aspose.com/words/java/add-watermark-in-php/
  9. 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 ( MY_DIR...docx" ) # Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Exception processing a WORD document - Free Sup...

    C# .Net 6, Aspose for words 23.6 We receive the following sporadic exception when processing some DOCX files. the issue reproduces for some documents on some runs, but then passing the same document again goes through o…... Key: Default Paragraph Font (Parameter 'key')) --->...been added. Key: Default Paragraph Font (Parameter 'key') at...

    forum.aspose.com/t/exception-processing-a-word-...