Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 4,608 for

paragraph builder

(0.09 sec)
  1. Aspose::Words::Layout::LayoutOptions class | As...

    Aspose::Words::Layout::LayoutOptions class. Holds the options that allow controlling the document layout process. To learn more, visit the documentation article in C++....sets indication of whether paragraph marks are rendered. Default...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. BorderCollection.vertical property | Aspose.Wor...

    BorderCollection.vertical property. Gets the vertical border that is used between cells.... Document (); let builder = new aw . DocumentBuilder...inner borders. let table = builder . startTable (); for ( let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 如果在header 和 footer中创建浮动文本框并且不添加新的段落作为锚点 - Free ...

    Hello, 我正在使用 aspose.java 在word中添加 header,footer等元素,基于原始需求(在源文档上追加header 和 footer时, 不要因为添加header 和 footer 而造成文档header 和 footer区域变高引起文档内容排版和页面数量的变化),所以我采用添加浮动文本框来避免造成header footer区域变化;现在的问题是,为了添加浮动文本框,一定需要创建一个段落来作为锚点,而这个段落…...indexOf(section)); Paragraph anchorPara = getOrCreateZeroHeigh(document...Create builder and position it DocumentBuilder builder = new ...

    forum.aspose.com/t/header-footer/325498
  4. TabStopCollection.add method | Aspose.Words for...

    Aspose.Words.TabStopCollection.add method... Document (); let paragraph = doc . getParagraph ( 0 ...of adding tab stops to a paragraph's collection of tab stops...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. List class | Aspose.Words for Node.js

    Aspose.Words.List class. Represents formatting of a list...remove list formatting from a paragraph, use ListFormat . Properties...new aw . Document (); let builder = new aw . DocumentBuilder...

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

    aspose.words.lists.List class. Represents formatting of a list...remove list formatting from a paragraph, use ListFormat . Properties...levels. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldPrint.printer_instructions property | Aspo...

    FieldPrint.printer_instructions property. Gets or sets the printer-specific control code characters or PostScript instructions....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...write ( 'My paragraph' ) # The PRINT field can send instructions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Body.ParentSection | Aspose.Words for .NET

    Discover the Body ParentSection property to easily access a story's parent section and enhance your content management efficiency....EqualTo ( section )); Paragraph para = new Paragraph ( doc ); body ...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . MoveTo...

    reference.aspose.com/words/net/aspose.words/bod...
  9. DocumentBuilder.insert_structured_document_tag ...

    DocumentBuilder.insert_structured_document_tag method. Inserts a [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/) into the document....docx' ) builder = aw . DocumentBuilder ( doc = doc ) builder . move_to.... first_section . body . paragraphs [ 3 ]) # Note, that only...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Saving::TxtSaveOptionsBase class...

    Aspose::Words::Saving::TxtSaveOptionsBase class. The base class for specifying additional options when saving a document into a text based formats. To learn more, visit the documentation article in C++....Specifies the string to use as a paragraph break when exporting in text...txt document with a custom paragraph break. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words.sav...