Sort Score
Result 10 results
Languages All
Labels All
Results 8,631 - 8,640 of 148,124 for

text

(0.14 sec)
  1. Dewarping|Documentation

    How to straighten curved and distorted images before recognition....efficiency of segmentation and text extraction. Aspose.OCR implements...removing the image curvature, text lines will have some wave-like...

    docs.aspose.com/ocr/java/dewarp/
  2. 字段外观和属性|Aspose.PDF for .NET

    本节解释了如何使用 FormEditor 类更改字段外观和属性。...FormEditor ( doc )) { // Add a new text field to the form on page 1...Pdf . Facades . FieldType . Text , "text1" , 1 , 200 , 550 ,...

    docs.aspose.com/pdf/zh/net/changing-field-appea...
  3. Aspose::Words::OutlineLevel enum | Aspose.Words...

    Aspose::Words::OutlineLevel enum. Specifies the outline level of a paragraph in the document in C++....is at the level of the main text. Examples Shows how to configure...levels to create collapsible text. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/out...
  4. Aspose::Words::Section::ClearContent method | A...

    Aspose::Words::Section::ClearContent method. Clears the section in C++....ClearContent () Remarks The text of Body is cleared, only one...represents the section break. The text of all headers and footers is...

    reference.aspose.com/words/cpp/aspose.words/sec...
  5. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_Encoding method. Specifies the encoding to use when exporting to HTML. Default value is new UTF8Encoding(true) (UTF-8 with BOM) in C++....System :: SharedPtr < System :: Text :: Encoding > Aspose :: Words...-> set_Encoding ( System :: Text :: Encoding :: get_ASCII ());...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. PageSetup.borderSurroundsFooter property | Aspo...

    PageSetup.borderSurroundsFooter property. Specifies whether the page border includes or excludes the footer.... This is the main body text." ); builder . moveToHeaderFooter...border surrounds the main body text, also includes the header or...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Export Math Equations from Presentations in Pyt...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for Python via .NET—preserve formatting and boost compatibility.... text_frame . paragraphs [ 0 ] . portions...formula rather than regular text or an image? A formula lives...

    docs.aspose.com/slides/python-net/exporting-mat...
  8. Aspose::Words::Drawing::ShapeBase::get_BehindTe...

    Aspose::Words::Drawing::ShapeBase::get_BehindText method. Specifies whether the shape is below or above Text in C++....the shape is below or above text. bool Aspose :: Words :: Drawing...appear behind the overlapping text and align it to the page's center...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::Shape class | Aspose.Wo...

    Aspose::Words::Drawing::Shape class. Represents an object in the drawing layer, such as an AutoShape, Textbox, freeform, OLE object, ActiveX control, or picture. To learn more, visit the documentation article in C++....get_AlternativeText () Defines alternative text to be displayed instead of a...the shape is below or above text. get_Bottom () Gets the position...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. 创建 PDF 文档|Aspose.PDF for C++

    本文描述了如何使用 Aspose.PDF for C++ 创建和格式化 PDF 文档。...using namespace Aspose :: Pdf :: Text ; void CreateDocument () { //...-> Add (); // 向新页面添加文本 auto text = MakeObject < TextFragment...

    docs.aspose.com/pdf/zh/cpp/create-pdf-document/