Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 36,325 for

paragraph

(0.06 sec)
  1. Paragraphs | Aspose.PDF for .NET API Reference

    This class represents Paragraph collection....Paragraphs Contents [ Hide ] Paragraphs class This class represents...represents paragraph collection. public class Paragraphs : ICloneable...

    reference.aspose.com/pdf/net/aspose.pdf/paragra...
  2. ParagraphCollection | Aspose.Sildes for PHP via...

    ParagraphCollection ParagraphCollection class Represents a collection of a Paragraphs. add Name Description add ( Par......collection of a paragraphs. add Name Description add ( Paragraph ) Adds...Adds a Paragraph to the end of collection. Parameters: Name Type...

    reference.aspose.com/slides/php-java/aspose.sli...
  3. ApplyDefaultParagraphIndentsShifts() | Aspose.S...

    Sets default non-zero shifts for effective Paragraph Indent and MarginLeft when bullets is enabled (like PowerPoint do if enable Paragraph bullets/numbering in it). If bullets is disabled then just reset Paragraph Indent and MarginLeft (like PowerPoint do if disable Paragraph bullets/numbering in it). Indents shifts are applied in regard to current bullet context - IBulletFormat::get(set)_Type, .NumberedBulletStyle and FontHeight of first portion. Non-zero indents shifts are applied to effective Indent and MarginLeft of current Paragraph (make result values to be local values)....non-zero shifts for effective paragraph Indent and MarginLeft when...(like PowerPoint do if enable paragraph bullets/numbering in it)....

    reference.aspose.com/slides/cpp/aspose.slides/b...
  4. Mimic the document insertion feature (-inline) ...

    I have been trying unsuccessfully to find a way to replace a string within a Paragraph with the content of another document, while mimicking the behavior of <<doc [document_expression] -inline>>. I would prefer not to h…...replace a string within a paragraph with the content of another...code to avoid insertion of a paragraph break after the inserted document...

    forum.aspose.com/t/mimic-the-document-insertion...
  5. Font.DoubleStrikeThrough | Aspose.Words for .NET

    Font DoubleStrikeThrough property. True if the font is formatted as double strikethrough text in C#....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Run run = new Run ( doc...

    reference.aspose.com/words/net/aspose.words/fon...
  6. Aspose::Slides::ParagraphFactory Class Referenc...

    Public Member Functions | List of all members Aspose::Slides::ParagraphFactory Class Reference Allows to create parag......Reference Allows to create paragraphs More... #include <ParagraphFactory...override Creates a new empty paragraph. More... System::SharedPtr...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  7. InlineStory.last_paragraph property | Aspose.Wo...

    InlineStory.last_Paragraph property. Gets the last Paragraph in the story....last_paragraph property InlineStory.last_paragraph property Gets...last paragraph in the story. @property def last_paragraph ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ListLabel.label_string property | Aspose.Words ...

    ListLabel.label_string property. Gets a string representation of list label....extract the list labels of all paragraphs that are list items. doc...update_list_labels () paras = [ node . as_paragraph () for node in doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Extraction issue 6 - Aspose.Words Product Famil...

    Dear team, we are facing image extraction issue in below document please find source code and input, output files Source code : class ImageExtractor extends DocumentVisitor { public ImageExtractor(String targetFo…...table move cursor to the next paragraph. if (nodeToRemove.getNodeType()...shape.getChildNodes(NodeType.PARAGRAPH, true).getCount() == 0) {...

    forum.aspose.com/t/extraction-issue-6/247226
  10. DocumentVisitor.VisitParagraphEnd | Aspose.Word...

    DocumentVisitor VisitParagraphEnd method. Called when enumeration of a Paragraph has ended in C#....Called when enumeration of a paragraph has ended. public virtual...VisitParagraphEnd ( Paragraph paragraph ) Parameter Type Description...

    reference.aspose.com/words/net/aspose.words/doc...