Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 36,225 for

paragraph

(0.06 sec)
  1. Aspose::Slides::ParagraphFormat Class Reference...

    Public Member Functions | Protected Member Functions | List of all members Aspose::Slides::ParagraphFormat Class Refe......Reference This class contains the paragraph formatting properties. Unlike...Returns the text alignment in a paragraph with no inheritance. Read...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  2. Aspose.PSD for .NET 19.9 - Release Notes

    Aspose.PSD for .NET 19.9 - Release Notes – the latest updates and fixes....Paragraph T:Aspose.PSD.FileFormats.Psd...portions [ 3 ]. Text != "Second paragraph\r" ) { throw new Exception...

    releases.aspose.com/psd/net/release-notes/2019/...
  3. Paragraph.ListFormat | Aspose.Words for .NET

    Paragraph ListFormat property. Provides access to the list formatting properties of the Paragraph in C#....ListFormat Contents [ Hide ] Paragraph.ListFormat property Provides...formatting properties of the paragraph. public ListFormat ListFormat...

    reference.aspose.com/words/net/aspose.words/par...
  4. ApplyDefaultParagraphIndentsShifts | Aspose.Sil...

    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.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/net/aspose.slides/i...
  5. DocumentVisitor.visit_paragraph_start method | ...

    DocumentVisitor.visit_Paragraph_start method. Called when enumeration of a Paragraph has started....visit_paragraph_start method visit_paragraph_start(paragraph) Called...enumeration of a paragraph has started. def visit_paragraph_start ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to remove date from header from word docume...

    @alexey.noskov, How to remove date from header from word document ,it is reading as field start....@srinu12 \r is usually a paragraph break, so if you need to remove... you should remove whole paragraph. Could you please attach your...

    forum.aspose.com/t/how-to-remove-date-from-head...
  7. TextParagraph | Aspose.PDF for .NET API Reference

    Represents text Paragraphs as multiline text object....TextParagraph class Represents text paragraphs as multiline text object...Gets or sets position of the paragraph. Rectangle { get; set; } Gets...

    reference.aspose.com/pdf/net/aspose.pdf.text/te...
  8. Aspose::Words::Lists::ListLabel Class Reference...

    Defines properties specific to a list label....extract the list labels of all paragraphs that are list items. auto...NodeType::Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. ListFormat Class | Aspose.Words for .NET

    Aspose.Words.Lists.ListFormat class. Allows to control what list formatting is applied to a Paragraph in C#....formatting is applied to a paragraph. To learn more, visit the...IsListItem { get; } True when the paragraph has bulleted or numbered formatting...

    reference.aspose.com/words/net/aspose.words.lis...
  10. I am trying to set list level 1 to number style...

    I am trying to set list level 1 to number style Bullet Disk but it’s not working. Kindly help me. Please find the below mentioned input and expected output. Expected_output111.docx (14.3 KB) ListInput.docx (14.4 KB) P…...mentioned code output I got List<Paragraph> listItems = doc.GetChildNodes(NodeType...GetChildNodes(NodeType.Paragraph, true).Cast<Paragraph>().Where(p => p...

    forum.aspose.com/t/i-am-trying-to-set-list-leve...