Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 29,359 for

x

(0.34 sec)
  1. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignature::get_IssuerName method. Returns the subject distinguished name of the certificate isuuer in C++....Shows how to sign documents with X.509 certificates. // Verify that...

    reference.aspose.com/words/cpp/aspose.words.dig...
  2. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignatureCollection::get_Count method. Gets the number of elements contained in the collection in C++....Shows how to sign documents with X.509 certificates. // Verify that...

    reference.aspose.com/words/cpp/aspose.words.dig...
  3. Aspose::Words::Fields::FieldDisplayBarcode::get...

    Aspose::Words::Fields::FieldDisplayBarcode::get_PosCodeStyle method. Gets or sets the style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8). The valid values (case insensitive) are [STD|SUP2|SUP5|CASE] in C++....501234567890 EAN13 \\ t \\ p CASE \\ x" , field -> GetFieldCode ());...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. 档案

    档案...for (int x = 0; x < table->get_Rows()->get_Count(); x++) { SharedPtr<IRow>...= table->get_Rows()->idx_get(x); for (int y = 0; y < row->get_Count();...

    blog.aspose.com/zh/slides/create-powerpoint-pre...
  5. FieldAdvance | Aspose.Words for Java

    Implements the ADVANCE field in Java....getFieldCode(), " ADVANCE \\x -100 \\y 200"); builder.write("This...assertEquals(field.getFieldCode(), " ADVANCE \\x -100 \\y 200"); builder.write("This...

    reference.aspose.com/words/java/com.aspose.word...
  6. Advanced SVG Builder API for C# – Aspose.SVG

    EXplore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient....starting point of the path (Move to x=5, y=0). 5 . M (5, 0) 6 // 'L'...point to the new point (Line to x=10, y=10). 7 . L (10, 10) 8 //...

    docs.aspose.com/svg/net/svg-builder-api/
  7. Chart Types with C++|Documentation

    Learn about the various chart types supported by Aspose.Cells for C++. Our guide will walk you through the different types of charts available and show you how to create and modify them to enhance your worksheets....coordinate on a horizontal (“X”) and a vertical (“Y”) axis. The...charts are also based on the X, Y, and Z axes. These charts are...

    docs.aspose.com/cells/cpp/chart-types/
  8. # Symbols Are Appearing for a Number Column in ...

    Hi Team, I’m attaching the sample output file with standalone program to reproduce the issue. I want to see the entire number in table in second column but appears as # symbols. import java.awt.Color; import java.io.B…...XLSX); float x = 28.5f; float y = 101; float...getShapes().addOleObjectFrame(x, y, width, height, dataInfo);...

    forum.aspose.com/t/symbols-are-appearing-for-a-...
  9. Compress and Decompress XML Files via .NET

    C# compression and decompression source code to compress XML documents into a single zip archive or vice versa on .NET Framework, .NET Core.... The "X" in XML is for extensible which...(PDF/VT ISO 16612-2) PDFX (PDF/X ISO 15930) PLT (Vector-based plotter...

    products.aspose.com/zip/net/zip-file/xml/
  10. Navigate SVG – Aspose.SVG for Python via .NET

    Learn how to inspect SVG using Python, iterate through SVG elements, and navigate through SVG using CSS Selector or XPath....id = first - rect 3 Attribute: x = 50 4 Attribute: y = 90 5 Attribute:...= second - rect 10 Attribute: x = 120 11 Attribute: y = 150 12...

    docs.aspose.com/svg/python-net/navigate-svg/