Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 36,281 for

paragraph

(0.13 sec)
  1. Aspose::Words::Fields::FieldPrint class | Aspos...

    Aspose::Words::Fields::FieldPrint class. Implements the PRINT field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...builder -> Write ( u "My paragraph" ); // The PRINT field can...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. BuildingBlockBehavior Enum | Aspose.Words for .NET

    Aspose.Words.BuildingBlocks.BuildingBlockBehavior enum. Specifies the behavior that shall be applied to the contents of the building block when it is inserted into the main document in C#.... Paragraph 1 Specifies that the building...be inserted into its own paragraph. Page 2 Specifies that the...

    reference.aspose.com/words/net/aspose.words.bui...
  3. Save MD – C# Markdown Parser

    Code for saving Markdown files in C#. Use the C# library to parse, edit and save Markdown....Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...texts to the paragraph paragraph.AppendChild(mdf.Text( "Markdown...

    products.aspose.com/html/net/save-md/
  4. IMathParagraphFactory | Aspose.Slides for C++ A...

    Allows to create a math Paragraph...class Allows to create a math paragraph class IMathParagraphFactor...CreateMathParagraph () Create empty math paragraph virtual System::SharedPtr...

    reference.aspose.com/slides/cpp/aspose.slides.m...
  5. IChartTextFormat | Aspose.Sildes for Python via...

    IChartTextFormat IChartTextFormat class Chart operate with restricted set of text format properties. IChartTextFormat...... paragraph_format Returns paragraph format. Read-only...

    reference.aspose.com/slides/python-net/aspose.s...
  6. MathPortion - Aspose.Slides for Android via Jav...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....OutputFile OverrideTheme Paragraph ParagraphCollection ParagraphFormat... 0, 300, 50); IParagraph paragraph = shape.getTextFrame().getParagraphs()...

    reference.aspose.com/slides/androidjava/com.asp...
  7. Aspose::Words::Markup::StructuredDocumentTagRan...

    Represents an end of ranged structured document tag which accepts multi-sections content. See also StructuredDocumentTagRangeStart node.... // 1 - Paragraph node: auto para = System:...System::DynamicCast<Paragraph>(doc->GetChild( NodeType::Paragraph , 4, true...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. Extract Comment and Reference Text with Python ...

    I have a document (.docx) that has multiple comments. Is there a way to extract each comment text, and the text that has been commented on? For reference, looking to do this with Python. import aspose-words as aw doc = …...based on block-level nodes (paragraphs and tables). Traverse through...last nodes when needed, so paragraph formatting is retained. #...

    forum.aspose.com/t/extract-comment-and-referenc...
  9. IBulkTextFormattable | Aspose.Sildes for Python...

    IBulkTextFormattable IBulkTextFormattable class Represents an object with possibility of bulk setting child text elem......set_text_format(source) Sets defined paragraph format properties to all element’s...element’s paragraphs. set_text_format(source) Sets defined text...

    reference.aspose.com/slides/python-net/aspose.s...
  10. Row class | Aspose.Words for Python

    aspose.words.tables.Row class. Represents a table row...contain cells, which may have paragraphs # with typical elements such...least one row, cell, and paragraph. first_row = aw . tables ...

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