Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 4,606 for

paragraph builder

(0.07 sec)
  1. BorderCollection class | Aspose.Words for Python

    aspose.words.BorderCollection class. A collection of [Border](../border/) objects...between cells or conforming paragraphs. left Gets the left border...Examples Shows how to insert a paragraph with a top border. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Saving::HtmlSaveOptions::get_Doc...

    Aspose::Words::Saving::HtmlSaveOptions::get_DocumentSplitHeadingLevel method. Specifies the maximum level of headings at which to split the document. Default value is %2 in C++....document will be split at paragraphs formatted using Heading 1...only Heading 1 and Heading 2 paragraphs cause the document to be...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. StructuredDocumentTag.tag property | Aspose.Wor...

    StructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node...let builder = new aw . DocumentBuilder ( doc ); builder . insertNode...structured document tag in a new paragraph. let tagClone = tag . clone...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Create New Document in Apache POI and Aspose.Wo...

    Create a new document easily and fast instead of using Apache POI.... DocumentBuilder builder = new DocumentBuilder ( doc...doc ); // Write a new paragraph in the document with some text...

    docs.aspose.com/words/java/create-new-document-...
  5. Shading class | Aspose.Words for Python

    aspose.words.Shading class. Contains shading attributes for an object... Document () builder = aw . DocumentBuilder ( doc...color/thickness for its borders. table = builder . start_table () table . set_borders...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Story class | Aspose.Words for Python

    aspose.words.Story class. Base class for elements that contain block-level nodes [Paragraph](../Paragraph/) and [Table](../../aspose.words.tables/table/)...contain block-level nodes Paragraph and Table . To learn more...CompositeNode ) first_paragraph Gets the first paragraph in the story...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Drawing::ShapeBase::get_Relative...

    Aspose::Words::Drawing::ShapeBase::get_RelativeVerticalPosition method. Specifies relative to what the shape is positioned vertically in C++....Remarks The default value is Paragraph . Has effect only for top...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Convert PowerPoint Presentations to Video on An...

    Learn how to convert PowerPoint presentations to video in Java. Discover sample code and automation techniques to streamline your workflow...."path/to/ffprobe" ); FFmpegBuilder builder = new FFmpegBuilder () . addExtraArgs...); executor . createJob ( builder ). run (); } catch ( IOException...

    docs.aspose.com/slides/androidjava/convert-powe...
  9. Style.linked_style_name property | Aspose.Words...

    Style.linked_style_name property. Gets/sets the name of the [Style](../) linked to this one...only allowed to link the paragraph style to the character style...2' )) builder = aw . DocumentBuilder ( doc = doc ) builder . move_to_document_end...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose Java Words _ Incorrect Formatting handli...

    I have a usecase where I am getting an OCRed copy. All the header, footer and page number data has been converted into text. And it has broken the document formatting as well. Attaching a sample document for the referenc…...PARAGRAPH, true)) { bodyText.append(((Paragraph) node)...of how to apply a style to paragraphs: Document doc = new Docu...

    forum.aspose.com/t/aspose-java-words-incorrect-...