Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 26,447 for

x

(0.2 sec)
  1. Data in Non-Primitive Shape with Node.js via C+...

    Learn how to access and manipulate non-primitive shapes in Aspose.Cells for Node.js via C++.... log ( "X: " + pathPoint . getX () + ",...

    docs.aspose.com/cells/nodejs-cpp/data-in-non-pr...
  2. ChartAxis.majorUnit property | Aspose.Words for...

    ChartAXis.majorUnit property. Returns or sets the distance between major tick marks....series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartAxis.format property | Aspose.Words for No...

    ChartAXis.format property. Provides access to line formatting of the aXis and fill of the tick labels....series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. AxisTickLabels.offset property | Aspose.Words f...

    AXisTickLabels.offset property. Gets or sets the distance of the tick labels from the aXis....series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Set Column Header Tip|Documentation

    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....head > < meta http - equiv = "X-UA-Compatible" content = "IE=EmulateIE9"...

    docs.aspose.com/cells/java/set-column-header-tip/
  6. 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...
  7. 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...
  8. 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...
  9. LayoutEntityType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Layout.LayoutEntityType enum, featuring diverse layout entity types for enhanced document formatting and seamless integration....Width}x{leRect.Height}, X={leRect.X} Y={leRect.Y}" );...

    reference.aspose.com/words/net/aspose.words.lay...
  10. Text out of tables converting pdf to docx - Fre...

    Hi converting from pdf the teXt in docX file is unformatted in docX output file. this the code to convert from pdf to docX. string fileSource = @"C:\temp\XXX.pdf"; Aspose.Words.Document X = new Aspose.Words.Document(fil…...Document x = new Aspose.Words.Document(fileSource);...ChangeExtension(fileSource, "docx"); x.Save(fileName); is there a way...

    forum.aspose.com/t/text-out-of-tables-convertin...