Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 15,552 for

paragraph

(0.05 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_AnchorLo...

    Aspose::Words::Drawing::ShapeBase::get_AnchorLocked method. Specifies whether the shape's anchor is locked in C++....lock or unlock a shape’s paragraph anchor. auto doc = MakeObject...an anchor attached to this paragraph." ); SharedPtr < Shape > shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Saving::PdfSaveOptions::get_Expo...

    Aspose::Words::Saving::PdfSaveOptions::get_ExportParagraphGraphicsToArtifact method. Gets or sets a value determining whether a Paragraph graphic should be marked as an artifact in C++....value determining whether a paragraph graphic should be marked as...Default value is false and paragraph graphics (underlines, text...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. CompositeNode.RemoveAllChildren | Aspose.Words ...

    Effortlessly clear all child nodes with the CompositeNode RemoveAllChildren method. Streamline your code and enhance performance today!...section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/net/aspose.words/com...
  4. SpecialChar.GetText | Aspose.Words for .NET

    Discover the SpecialChar GetText method to easily retrieve special characters for enhanced text processing in your applications. Unlock its potential today!... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/spe...
  5. Table.AcceptStart | Aspose.Words for .NET

    Discover the Table AcceptStart method to seamlessly welcome visitors at the table's start, enhancing user experience and engagement.... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Aspose::Words::EditableRange::get_EditorGroup m...

    Aspose::Words::EditableRange::get_EditorGroup method. Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable range in C++....+ u "we cannot edit this paragraph without the password." );...builder -> Writeln ( u "This paragraph inside the outer editable...

    reference.aspose.com/words/cpp/aspose.words/edi...
  7. Font.double_strike_through property | Aspose.Wo...

    Font.double_strike_through property. True if the font is formatted as double strikethrough text.... PARAGRAPH , 0 , True ) . as_paragraph () run = aw...append_child ( aw . Paragraph ( doc )) . as_paragraph () run = aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. Cell.ensure_minimum method | Aspose.Words for P...

    Cell.ensure_minimum method. If the last child is not a Paragraph, creates and appends one empty Paragraph....not a paragraph, creates and appends one empty paragraph. def...cell ) # Cells may contain paragraphs with typical elements such...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ParagraphFormat.TabStops | Aspose.Words for .NET

    Discover the ParagraphFormat TabStops property to easily manage custom tab stops, enhancing your document formatting and improving readability....right tab stop in TOC related paragraphs. Document doc = new Document...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/net/aspose.words/par...
  10. Working With Nodes in Jython|Aspose.Words for Java

    Working With Word Document Nodes using Jython.... words import Paragraph class WorkingWithNodes : def...adds a paragraph node to the document. para = Paragraph ( doc...

    docs.aspose.com/words/java/working-with-nodes-i...