Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 18,242 for

paragraph

(0.35 sec)
  1. Extracting text inside a rectangle|Documentation

    Extract text located inside areas of the image provided by coordinates....found automatically using the paragraph , line or word detection....

    docs.aspose.com/ocr/cpp/image-regions-extract/
  2. Format the string - Free Support Forum - aspose...

    Hi all, I have a textbox value that is a very long string. I need to break it down and append on PDF document , with the formatting. I am using ASPOSE PDF for .net application. Please help me out. Thanks...can convert this string as paragraph and append on the document...can convert this string as paragraph and append on the document...

    forum.aspose.com/t/format-the-string/94633
  3. FieldEnd class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldEnd class. Represents an end of a Word field in a document...FieldEnd can only be a child of Paragraph . A complete field in a Microsoft...parentParagraph Retrieves the parent Paragraph of this node. (Inherited from...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Loading::LoadOptions::get_MswVer...

    Aspose::Words::Loading::LoadOptions::get_MswVersion method. Allows to specify that the document loading process should match a specific MS Word version. Default value is Word2019 in C++....document is missing the default paragraph formatting style. // This...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. Aspose::Words::CleanupOptions::get_DuplicateSty...

    Aspose::Words::CleanupOptions::get_DuplicateStyle method. Gets/sets a flag indicating whether duplicate styles should be removed from document. Default value is false in C++....:: Words :: StyleType :: Paragraph , u "MyStyle1" ); myStyle...:: Words :: StyleType :: Paragraph , u "MyStyle2" ); duplicateStyle...

    reference.aspose.com/words/cpp/aspose.words/cle...
  6. DocumentBuilder.listFormat property | Aspose.Wo...

    DocumentBuilder.listFormat property. Returns an object that represents current list formatting properties....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldToc.preserve_tabs property | Aspose.Words ...

    FieldToc.preserve_tabs property. Gets or sets whether to preserve tab entries within table entries.... use_paragraph_outline_level = False ins...1' ) builder . writeln ( 'Paragraph text.' ) insert_new_page_with_heading...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldToc.custom_styles property | Aspose.Words ...

    FieldToc.custom_styles property. Gets or sets a list of styles other than the built-in heading styles to include in the table of contents.... use_paragraph_outline_level = False ins...1' ) builder . writeln ( 'Paragraph text.' ) insert_new_page_with_heading...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Shape constructor | Aspose.Words for Python

    Shape constructor. Creates a new shape object.... first_paragraph . append_child ( shape ) doc...VerticalAlignment . TOP # Add a paragraph to the text box and add a...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Getting error while converting word document to...

    GeneratedDoc.docx (23.0 KB) I am trying to convert this docx file to pdf using the below method. wordDocument.Save(pdfDocStream, pdfSaveOptions); But I am getting null reference exception error on this line of code. H…...likely related to the default paragraph formatting in your document...formatting of the default paragraph style, which can help avoid...

    forum.aspose.com/t/getting-error-while-converti...