Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 36,213 for

paragraph

(0.09 sec)
  1. Image extraction issue 14 - Aspose.Words Produc...

    Dear team, We are extracting images from document but below case we are extracting landscape images. Here some images got merged, some images got missed please refer below input and output file. Source File : 13.zip (6…...PARAGRAPH, true).getCount() == 0) &&...visitParagraphStart(Paragraph paragraph) throws Exception { if...

    forum.aspose.com/t/image-extraction-issue-14/25...
  2. ParagraphFormat.AddSpaceBetweenFarEastAndAlpha ...

    ParagraphFormat AddSpaceBetweenFarEastAndAlpha property. Gets or sets a flag indicating whether intercharacter spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current Paragraph in C#....Asian text in the current paragraph. public bool AddSpaceBetweenFarEa...Examples Shows how to insert a paragraph into the document. Document...

    reference.aspose.com/words/net/aspose.words/par...
  3. DocumentBuilder.InsertStyleSeparator | Aspose.W...

    DocumentBuilder InsertStyleSeparator method. Inserts style separator into the document in C#....allows to apply different paragraph styles to two different parts...DocumentBuilder ( doc ); // Each paragraph can only have one style. //...

    reference.aspose.com/words/net/aspose.words/doc...
  4. TxtSaveOptions class | Aspose.Words for Python

    aspose.words.saving.TxtSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.TEXT](../../aspose.words/saveformat/#TEXT) format...(Inherited from SaveOptions ) paragraph_break Specifies the string...string to use as a paragraph break when exporting in text formats...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::ControlChar::FieldSeparatorChar ...

    Aspose::Words::ControlChar::FieldSeparatorChar field. Field separator character separates field code from field value. Optional in some fields. Value: (char)20 in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Aspose::Words::Run Class Reference - Aspose.Wor...

    Represents a run of characters with the same font formatting....Run can only be a child of Paragraph or inline StructuredDocumentTa...document, by default, has one paragraph. ASSERT_EQ(1, doc->get_Fi...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. ParagraphCollection | Aspose.Words for Java

    Provides typed access to a collection of Paragraph nodes in Java....access to a collection of Paragraph nodes. To learn more, visit...visit the Working with Paragraphs documentation article. Examples:...

    reference.aspose.com/words/java/com.aspose.word...
  8. frameformat - Aspose.Words for Java - API Refer...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....PageSavingArgs PageSet PageSetup Paragraph ParagraphCollection ParagraphFormat...related formatting for a paragraph. This object is always created...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Body Class Reference - Aspose.Wo...

    Represents a container for the main text of a section.... Body can contain Paragraph and Table child nodes. Body...needs to contain at least one Paragraph . Examples Shows how to construct...

    reference.aspose.com/words/cpp/class/aspose.wor...
  10. MathPortion | Aspose.Slides for Java API Reference

    Represents a portion with mathematical context inside.... 0, 300, 50); IParagraph paragraph = shape.getTextFrame().getParagraphs()...mathPortion = new MathPortion(); paragraph.getPortions().add(mathPortion);...

    reference.aspose.com/slides/java/com.aspose.sli...