Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 1,384 for

auto detection

(0.12 sec)
  1. Aspose::Words::BuildingBlocks::GlossaryDocument...

    Represents the root element for a glossary document within a Word document. A glossary document is a storage for AutoText, AutoCorrect entries and Building Blocks....GlossaryDocument_() { auto doc = MakeObject<Document>(); auto glossaryDoc...( int i = 1; i <= 5; ++i) { auto block = MakeObject<Building...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. Aspose::Words::DocumentBuilder::InsertOleObject...

    Aspose::Words::DocumentBuilder::InsertOleObjectAsIcon method. Inserts an embedded OLE object as icon from a stream into the document. Allows to specify icon file and caption. Detects OLE object type using given progID parameter in C++.... Detects OLE object type using given...document. auto doc = MakeObject < Document > (); auto builder =...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose.Imaging for .NET 20.11 - Release notes |...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....segmentation algorithm ### Graph Cut auto masking using Imaging.Cloud...API's detected objects as an input for Graph Cut auto masking...

    docs.aspose.com/imaging/net/aspose-imaging-for-...
  4. Aspose::Words::Fonts::FontSourceBase::get_Warni...

    Aspose::Words::Fonts::FontSourceBase::get_WarningCallback method. Called during processing of font source when an issue is detected that might result in formatting fidelity loss in C++....font source when an issue is detected that might result in formatting...void FontSourceWarning () { auto settings = MakeObject < FontSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  5. package-frame - Aspose.PSD for Java - API Refer...

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop....GraphCut auto masking options. DetectedObjectType The detected object...GraphCutMaskingOptio The GraphCut auto masking options. ManualMaskingArgs...

    reference.aspose.com/psd/java/com.aspose.psd.ma...
  6. Aspose::Words::Loading Namespace Reference - As...

    The Aspose.Words.Loading namespace provides classes and enumerations that allow to specify additional options when loading documents.... Auto Auto-detect direction. ◆ EditingLanguage...preferences when loading a document. auto loadOptions = MakeObject<LoadOptions>();...

    reference.aspose.com/words/cpp/namespace/aspose...
  7. Aspose::BarCode::Generation Namespace Reference...

    Namespaces | Classes | Enumerations Aspose::BarCode::Generation Namespace Reference Namespaces ParamsSpecification Cl......AztecEncodeMode { AztecEncodeMode::Auto , AztecEncodeMode::Bytes , ...AztecSymbolMode { AztecSymbolMode::Auto , AztecSymbolMode::Compact ...

    reference.aspose.com/barcode/cpp/namespace/aspo...
  8. DocumentDirection - Aspose.Words for Java - API...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java.... static final int AUTO = 2 Auto-detect direction. Field Detail...direction. AUTO = 2 public static final int AUTO Auto-detect direction...

    reference.aspose.com/words/java/com.aspose.word...
  9. Set Barcode Checksum Controls in C++|Documentation

    How to Set Checksum for 1D Barcodes in C++ API"...check digit ) as an error detection mechanism has been introduced...BarCodeBuilder > barCodeBuilder = [ & ]{ auto tmp_0 = System :: MakeObject...

    docs.aspose.com/barcode/cpp/set-checksum-controls/
  10. How to insert paragraph before Table continuati...

    Hello! in standarts of our document we have to enumerate tables like ‘table 1 - its my table’ ‘table 2 - my beautiful data’ And if the table does not fit on one page, we have to repeat table heading and write this ov…... You can use this class to detect where page breaks and split...same thing С++ int main() { auto doc = MakeObject<Document>(u"D:\\TMP\\in1...

    forum.aspose.com/t/how-to-insert-paragraph-befo...