Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,317 for

auto detection

(0.04 sec)
  1. 14.12.0 Release Notes|Aspose.Words for Java

    Aspose.Words for Java 14.12.0 Release Notes – the latest updates and fixes....kerning Improved text direction detection for documents with missing...to remove “margin: 10pt auto 10pt auto;” from a CSS when is exported...

    docs.aspose.com/words/java/aspose-words-for-jav...
  2. 14.12.0 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 14.12.0 Release Notes – the latest updates and fixes....kerning Improved text direction detection for documents with missing...to remove “margin: 10pt auto 10pt auto;” from a CSS when is exported...

    docs.aspose.com/words/net/aspose-words-for-net-...
  3. 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...
  4. Aspose::Words::PlainTextDocument class | Aspose...

    Aspose::Words::PlainTextDocument class. Allows to extract plain-text representation of the document's content. To learn more, visit the documentation article in C++.... Automatically detects the file format. PlainTextDocument...from a stream. Automatically detects the file format. PlainTextDocument...

    reference.aspose.com/words/cpp/aspose.words/pla...
  5. Aspose::Words::Loading::HtmlLoadOptions Class R...

    Allows to specify additional options when loading HTML document into a Document object.... Default is Auto . More... MsWordVersion get_MswVersion...operation, when an issue is detected that might result in data...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. 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...
  7. 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/
  8. Enum DotCodeEncodeMode | Aspose.BarCode for .NE...

    Aspose.BarCode.Generation.DotCodeEncodeMode enum. Encoding mode for DotCode barcodes...Values Name Value Description Auto 0 Encode codetext with value...codetext as plain bytes. If it detects any Unicode character, the...

    reference.aspose.com/barcode/net/aspose.barcode...
  9. 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...
  10. 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...