Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 15,650 for

paragraph

(0.05 sec)
  1. DocumentVisitor.visitBodyEnd method | Aspose.Wo...

    DocumentVisitor.visitBodyEnd method. Called when enumeration of the main text story in a section has ended.... paragraphs . count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldRef.insertParagraphNumber property | Aspos...

    FieldRef.insertParagraphNumber property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph exactly as it appears in the document....insert the paragraph number of the referenced paragraph exactly...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ReplacingArgs | Aspose.Words for Java

    Provides data for a custom replace operation in Java....after the paragraph containing the matched text. Paragraph para =...= (Paragraph) args.getMatchNode().getParentNode(); insertDocument(para...

    reference.aspose.com/words/java/com.aspose.word...
  4. ParagraphFormat.add_space_between_far_east_and_...

    ParagraphFormat.add_space_between_far_east_and_digit property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of numbers and regions of East Asian text in the current Paragraph....Asian text in the current paragraph. @property def add_space_...Examples Shows how to insert a paragraph into the document. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 在PDF中旋转文本使用C++|Aspose.PDF for C++

    了解将文本旋转到PDF的不同方法。Aspose.PDF允许您将文本旋转到任意角度,旋转文本片段或整个段落。...auto paragraph = MakeObject < TextParagraph > (); paragraph ->...将文本片段追加到段落中 paragraph -> AppendLine ( textFragment1 ); paragraph -> AppendLine...

    docs.aspose.com/pdf/zh/cpp/rotate-text-inside-pdf/
  6. Aspose::Words::Tables::Cell::get_FirstParagraph...

    Aspose::Words::Tables::Cell::get_FirstParagraph method. Gets the first Paragraph among the immediate children in C++....ph method Gets the first paragraph among the immediate children...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: Tables...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. Aspose::Words::Section::get_PageSetup method | ...

    Aspose::Words::Section::get_PageSetup method. Returns an object that represents page setup and section properties in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/cpp/aspose.words/sec...
  8. TxtSaveOptions class | Aspose.Words for Python

    aspose.words.saving.TxtSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.TEXT](../../aspose.words/saveformat/#TEXT) format...(Inherited from SaveOptions ) paragraph_break Specifies the string...string to use as a paragraph break when exporting in text formats...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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...
  10. ParagraphFormat.keep_with_next property | Aspos...

    ParagraphFormat.keep_with_next property. True if the Paragraph is to remains on the same page as the Paragraph that follows it....keep_with_next property True if the paragraph is to remains on the same...same page as the paragraph that follows it. @property def keep_with_next...

    reference.aspose.com/words/python-net/aspose.wo...