Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 29,861 for

x

(0.09 sec)
  1. Aspose::Words::Drawing::Charts::ChartTitle::get...

    Aspose::Words::Drawing::Charts::ChartTitle::get_Rotation method. Gets or sets the rotation of the chart title in degrees in C++....get_Title () -> set_Text ( u "X Axis" ); chart -> get_AxisX ()...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Image insert from stream with alt text - Free S...

    Hi, I’m attempting to insert an Image at an X,y coordinate on a page while providing alternative teXt. I see that there is an IllustrationElement for this (Illustration Structure Elements | Aspose.PDF for .NET API Refer…...attempting to insert an Image at an x,y coordinate on a page while providing...

    forum.aspose.com/t/image-insert-from-stream-wit...
  3. 在 Android 上自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for Android 通过 Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、圆角、复合形状。...); public void lineTo ( float x , float y ); 在路径的指定位置添加直线: public...); public void lineTo ( float x , float y , long index ); 在路径末尾添加三次贝塞尔曲线:...

    docs.aspose.com/slides/zh/androidjava/custom-sh...
  4. LoadOptions.Password | Aspose.Words for .NET

    Manage your encrypted documents effortlessly with LoadOptions Password property. Securely set or retrieve your password for seamless access.... // Create an X.509 certificate from a PKCS#12...

    reference.aspose.com/words/net/aspose.words.loa...
  5. 档案

    档案...==(TestUser x, TestUser y) { if ((object)x != null) return x.Equals(y);...((object)y != null) return y.Equals(x); return true; } public static...

    blog.aspose.com/zh/email/create-update-or-delet...
  6. PDF | Text box on rotated page - Free Support F...

    I am attempting to provide a system which will add teXt boXes onto an eXisting PDF document which may have page rotations. This is proving far more difficult that I eXpected. BoX is specified by a position, height, widt…...adjustedX = originalY; // Swap X and Y adjustedY = page.Rect.Height...AddRectangle(Page page, double x, double y, double width, double...

    forum.aspose.com/t/pdf-text-box-on-rotated-page...
  7. Font.all_caps property | Aspose.Words for Python

    Font.all_caps property. True if the font is formatted as all capital letters....as the lower case (the font's x-height). # Characters that were...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartDataLabelCollection.showCategoryName prope...

    ChartDataLabelCollection.showCategoryName property. Allows to specify whether category name is to be displayed for the data labels of the entire series...(); // Add a custom series with X/Y coordinates and diameter of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartAxis.numberFormat property | Aspose.Words ...

    ChartAXis.numberFormat property. Returns a [ChartNumberFormat](../../chartnumberformat/) object that allows defining number formats for the aXis....chart with categories for the X-axis, // and large respective...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 投影 – SVG 滤镜 – C# 代码

    了解如何编写 SVG 代码并使用 Aspose.SVG API 创建投影效果,并将投影效果应用于 SVG 形状和文本。...过滤器基元所需的属性是 x, y, width, height 和 id 。他们设置将应用滤镜的图片区域。属性...defs > 3 < filter id = "shadow" x = "-20" y = "-20" height = "150"...

    docs.aspose.com/svg/zh/net/drop-shadow/