Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 180,986 for

content

(0.07 sec)
  1. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreStructuredDocumentTags method. Gets or sets a boolean value indicating either to ignore Content of StructuredDocumentTag. The default value is false in C++....noreStructuredDocu method Contents [ Hide ] FindReplaceOptio...indicating either to ignore content of StructuredDocumentTa . The...

    reference.aspose.com/words/cpp/aspose.words.rep...
  2. Issue with Arabic Text Display in PDF Conversio...

    We are using Aspose.PDF version 24.1.0 to convert an HTML file to PDF. While the general conversion works, we are facing a critical issue with the display of Arabic text. Specifically, there are large spaces between Arab…...readability and formatting of the content. We have tried multiple solutions...resolved the issue. The HTML content contains both Arabic and English...

    forum.aspose.com/t/issue-with-arabic-text-displ...
  3. detect_areas_mode_enum::COMBINE|Documentation

    How Aspose.OCR determines the structure of a document using the detect_areas_mode_enum::COMBINE algorithm....detect_areas_mode_enum::COMBINE Contents [ Hide ] To use this structure...columns), while the remaining content is analyzed by detect_areas_mode_enum::PHOTO...

    docs.aspose.com/ocr/cpp/areas-detection/combine/
  4. Aspose::Words::Layout::PageLayoutEvent enum | A...

    Aspose::Words::Layout::PageLayoutEvent enum. A code of event raised during page layout model build and rendering. Page layout model is built in two steps. First, "conversion step", this is when page layout pulls document Content and creates object graph. Second, "reflow step", this is when structures are split, merged and arranged into pages. Depending of the operation which triggered build, page layout model may or may not be further rendered into fixed page format. For example, computing number of pages in the document or updating fields does not require rendering, whereas export to Pdf does in C++....Aspose::Words::Layout::PageLayoutEvent enum Contents [ Hide ] PageLayoutEvent enum...page layout pulls document content and creates object graph. Second...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. MailMerge.FieldMergingCallback | Aspose.Words f...

    Discover the MailMerge FieldMergingCallback property, enhancing your mail merge experience by efficiently handling document fields for seamless integration....FieldMergingCallback Contents [ Hide ] MailMerge.FieldMergingCallback...@"MERGEFIELD html_Title \b Content" ); builder . InsertField (...

    reference.aspose.com/words/net/aspose.words.mai...
  6. FileFormatUtil.contentTypeToSaveFormat method |...

    FileFormatUtil.ContentTypeToSaveFormat method. Converts IANA Content type into a save format enumerated value....ontentType) Converts IANA content type into a save format enumerated...toThrow ( "Cannot convert this content type to a save format." );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. SaveOptions.prettyFormat property | Aspose.Word...

    SaveOptions.prettyFormat property. When ``true``, pretty formats output where applicable..."\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"..."\t\t<meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />\r\n"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Paragraph|Documentation

    Paragraph element allows you to combine text and images....Ask AI Paragraph Contents [ Hide ] This element is used to combine..."ImageWrap" . Allowed child elements Content Image EmptyLine ChoiceBox Examples...

    docs.aspose.com/omr/net/json-markup/paragraph/
  9. C++ OCR – text recognition in C++ | Aspose

    Aspose C++ OCR library integrates OCR easily into your C++ applications. Effortlessly convert images to text with minimal C++ code....vector < AsposeOCRInput > content = { source }; // Extract text...asposeocr_recognize ( content . data (), content . size ()); // Output...

    products.aspose.com/ocr/cpp/
  10. Working with Tables in Java|Aspose.Words for Java

    How to work with tables in Java. Introducing to Table node concepts in Aspose.Words for Java....Ask AI Working with Tables Contents [ Hide ] A table in a document...is why tables are a common content formatting element and are...

    docs.aspose.com/words/java/working-with-tables/