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

x

(0.28 sec)
  1. Advanced Features of TikZ | Aspose.TeX .NET

    Learn advanced TikZ techniques including compleX paths, node positioning, arrows, and diagram creation for professional-quality graphics....samples = 100 ] plot ( \ x,{sin( \ x r)}); This produces smooth...

    docs.aspose.com/tex/net/tikz-advanced-features/
  2. 档案

    档案...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...
  3. Image Not Visible in Slide Preview but Appears ...

    In preview, image is not visible but when we download the pptX file we can see the image . if slide.logo_base64: try: svg_image, mime_type = decode_data_uri(slide.lo…...increase this to move further left ) x = ( float(presentation.slide_size...add_picture_frame( slides.ShapeType.RECTANGLE, x, y, LOGO_W, LOGO_H, ppt_image...

    forum.aspose.com/t/image-not-visible-in-slide-p...
  4. DigitalSignatureUtil.sign method | Aspose.Words...

    aspose.words.digitalsignatures.DigitalSignatureUtil.sign method... # Create an X.509 certificate from a PKCS#12...Shows how to sign documents with X.509 certificates. # Verify that...

    reference.aspose.com/words/python-net/aspose.wo...
  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. 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/
  7. 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/
  8. 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/
  9. # 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-...
  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/