Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 16,518 for

paragraph

(0.18 sec)
  1. Aspose::Words::Node::get_Document method | Aspo...

    Aspose::Words::Node::get_Document method. Gets the document to which this node belongs in C++....MakeObject < Aspose :: Words :: Paragraph > ( doc ); para -> AppendChild...have not yet appended this paragraph as a child to any composite...

    reference.aspose.com/words/cpp/aspose.words/nod...
  2. HeaderFooter.isHeader property | Aspose.Words f...

    HeaderFooter.isHeader property. True if this [HeaderFooter](../) object is a header....append a paragraph to it. The text in that paragraph // will appear...append a paragraph to it. The text in that paragraph // will appear...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Section::EnsureMinimum method | ...

    Aspose::Words::Section::EnsureMinimum method. Ensures that the section has Body with one Paragraph in C++....section has Body with one Paragraph . void Aspose :: Words ::...body, which in turn has a paragraph. // We can add contents to...

    reference.aspose.com/words/cpp/aspose.words/sec...
  4. 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...
  5. ParagraphCollection Class | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphCollection for seamless access to structured Paragraph nodes, enhancing document manipulation and efficiency in your projects....access to a collection of Paragraph nodes. To learn more, visit...visit the Working with Paragraphs documentation article. public...

    reference.aspose.com/words/net/aspose.words/par...
  6. Aspose::Words::Border::ClearFormatting method |...

    Aspose::Words::Border::ClearFormatting method. Resets border properties to default values in C++....to remove borders from a paragraph. auto doc = System :: MakeObject..."Borders.docx" ); // Each paragraph has an individual set of borders...

    reference.aspose.com/words/cpp/aspose.words/bor...
  7. Paragraph.getEffectiveTabStops method | Aspose....

    Paragraph.getEffectiveTabStops method. Returns array of all tab stops applied to this Paragraph, including applied indirectly by styles or lists....tab stops applied to this paragraph, including applied indirectly...set custom tab stops for a paragraph. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...if the current node is a paragraph if (currentNode.NodeType ==...NodeType.Paragraph) { Paragraph currentParagraph = (Paragraph)currentNode;...

    forum.aspose.com/t/how-to-create-a-content-cont...
  9. PdfSaveOptions.ExportParagraphGraphicsToArtifac...

    Discover the PdfSaveOptions ExportParagraphGraphicsToArtifact property to control Paragraph graphics as artifacts, enhancing your document's visual clarity....value determining whether a paragraph graphic should be marked as...Default value is false and paragraph graphics (underlines, text...

    reference.aspose.com/words/net/aspose.words.sav...
  10. HtmlInsertOptions enumeration | Aspose.Words fo...

    Aspose.Words.HtmlInsertOptions enumeration. Specifies options for the [DocumentBuilder.insertHtml()](../documentbuilder/insertHtml/#string_htmlinsertoptions) method....UseBuilderFormatting Use font and paragraph formatting specified in DocumentBuilder...RemoveLastEmptyParag Remove the empty paragraph that is normally inserted...

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