Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 36,325 for

paragraph

(0.06 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Extraction issue 12 - Aspose.Words Product Fami...

    Dear team, We are extracting images from docx using aspose java, but we are facing below issue please refer input and output, And we are using below source code Source Code : public static void textFrameImageWithCapti…...table move cursor to the next paragraph. if (nodeToRemove.getNodeType()...shape.getChildNodes(NodeType.PARAGRAPH, true).getCount() == 0 &&...

    forum.aspose.com/t/extraction-issue-12/249975
  5. ParagraphCollection | Aspose.Sildes for Node.js...

    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/nodejs-java/aspose....
  6. 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...
  7. 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...
  8. FrameFormat.height property | Aspose.Words for ...

    FrameFormat.height property. Gets the height of the specified frame....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + "Paragraph frame.docx" ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::DocumentBuilder::MoveToParagraph...

    Aspose::Words::DocumentBuilder::MoveToParagraph method. Moves the cursor to a Paragraph in the current section in C++....method Moves the cursor to a paragraph in the current section. void...int32_t The index of the paragraph to move to. characterIndex...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. FrameFormat.horizontal_distance_from_text prope...

    FrameFormat.horizontal_distance_from_text property. Gets horizontal distance between a frame and the surrounding text, in points....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + "Paragraph frame.docx" ) for paragraph in doc . first_section...

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