Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 15,617 for

paragraphs

(0.04 sec)
  1. TabStopCollection.remove_by_position method | A...

    TabStopCollection.remove_by_position method. Removes a tab stop at the specified position from the collection....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...
  2. Style.aliases property | Aspose.Words for Python

    Style.aliases property. Gets all aliases of this style... paragraph_format . style = doc . styles...'Hello world!' ) builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Cell.EnsureMinimum | Aspose.Words for .NET

    Optimize your cell structure with the EnsureMinimum method, effortlessly add a paragraph if the last child isn't one. Enhance your document's clarity!...not a paragraph, creates and appends one empty paragraph. public...cell ); // Cells may contain paragraphs with typical elements such...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Aspose::Words::ParagraphFormat::get_TabStops me...

    Aspose::Words::ParagraphFormat::get_TabStops method. Gets the collection of custom tab stops defined for this object in C++....right tab stop in TOC related paragraphs. auto doc = MakeObject <...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. Aspose::Words::TabStop::get_Alignment method | ...

    Aspose::Words::TabStop::get_Alignment method. Gets or sets the alignment of text at this tab stop in C++....right tab stop in TOC related paragraphs. auto doc = MakeObject <...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/cpp/aspose.words/tab...
  6. Your ExampleSimple does not compile - Free Supp...

    Complete newbie here. Trying your “hello world” example - I did the NuGet install of Apose.PDF.Cpp and then try your ExampleSimple code – but, of course its full of undefines. So, I probably need to add a *.h file? o…..."); auto paragraphs = page->get_Paragraphs(); paragraphs->Add(text);..."); auto paragraphs = page->get_Paragraphs(); paragraphs->Add(text);...

    forum.aspose.com/t/your-examplesimple-does-not-...
  7. HtmlSaveOptions.document_split_heading_level pr...

    HtmlSaveOptions.document_split_heading_level property. Specifies the maximum level of headings at which to split the document...HEADING_PARAGRAPH and this property is set to...document will be split at paragraphs formatted using Heading 1...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Extract Selected Content Between Nodes in Java|...

    Extracting document content in different using Java....complex elements such as paragraphs, tables, images, etc. Regardless...content between: Two specific paragraphs Specific runs of text Fields...

    docs.aspose.com/words/java/extract-selected-con...
  9. FrameFormat.is_frame property | Aspose.Words fo...

    FrameFormat.is_frame property. Returns ``True`` if the paragraph is a frame....property Returns True if the paragraph is a frame. @property def...formatting properties of paragraphs that are frames. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java....all the formatting for a paragraph. To learn more, visit the...the Working with Paragraphs documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...