Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 28,963 for

x

(0.09 sec)
  1. Aspose::Words::Drawing::Charts::MarkerSymbol en...

    Aspose::Words::Drawing::Charts::MarkerSymbol enum. Specifies marker symbol style in C++.... X 11 Specifies an X shall be drawn at each...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Supported File Formats|Documentation

    The following table indicates the file formats that Aspose.3D for Java can load and Save.... X DirectX’s X file Including ASCII/Binary...

    docs.aspose.com/3d/java/supported-file-formats/
  3. ChartXValue.FromDouble | Aspose.Words for .NET

    Discover the ChartXValue FromDouble method to effortlessly create Double type ChartXValue instances, enhancing your data visualization capabilities.... Series [ 0 ]; // Clear X and Y values of the first series...chart . Series [ 1 ]; // Clear X and Y values of the second series...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Story.tables property | Aspose.Words for Python

    Story.tables property. Gets a collection of tables that are immediate children of the story.... of_type ( lambda x : x . as_table (), b ), list ( tables...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.pdf 中把pdf带水印内容页面转图片有时候非常慢 - Free Support...

    可检测到的水印图片.pdf (2.0 MB) JpegDevice jpegDevice = new JpegDevice(width, height, resolution); using (FileStream imageStream = new FileStream($"{imgSavePath}{X}.jpeg", FileMode.Create)) { jpegDev…...new FileStream($"{imgSavePath}{x}.jpeg", FileMode.Create)) { jpegDevice...jpegDevice.Process(pdf.Pages[x], imageStream); imageStream.Close();...

    forum.aspose.com/t/aspose-pdf-pdf/312786
  6. 通过Node.js与C++管理Excel图表的轴|Documentation

    了解如何在Aspose.Cells for Node.js via C++中配置图表轴。我们的指南将向您展示如何调整主、次轴,设定范围以及修改其属性,以增强您的图表效果。...] 在Excel图表中,有3种类型的轴: 横轴(类别轴): X轴 垂直(值)轴:Y轴 深度(系列)轴:Z轴 轴选项 Aspose...。 | | 管理X和Y轴 在Excel图表中,横轴和纵轴是最常用的两种轴。 以下代码片段演示了如何设置X轴和Y轴的选项。...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-axes/
  7. Barcode Generation|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....Hide ] Generate Code128 How use X-Dimension Generate QR Code Customize...

    docs.aspose.com/barcode/java/developer-guide/ba...
  8. Apply or Change Slide Layouts in .NET|Aspose.Sl...

    Manage and customize slide layouts in Aspose.Slides for .NET. EXplore layout types, placeholder control, and footer visibility through C# code eXamples....Method AddContentPlaceholde(float x, float y, float width, float height)...height) AddVerticalContentPl(float x, float y, float width, float height)...

    docs.aspose.com/slides/net/slide-layout/
  9. Aspose::Words::Drawing::ShapeBase::get_CoordSiz...

    Aspose::Words::Drawing::ShapeBase::get_CoordSize method. The width and height of the coordinate space inside the containing block of this shape in C++....get_WrapType ()); // Create a 400pt x 400pt group shape and place it...coordinate plane size to 500 x 500pt. // The top left corner...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Box appearing around the watermark after conver...

    While converting the EXcel first to pdf and then to Word, a boX around the watermark teXt can be seen in Word format. This is fine in PDF. I have attached the PDF and converted Word file as well to this ticket. The co…...for (int x = 1; x <= finalPDF.getPages().size(); x++) { finalPDF...finalPDF.getPages().get_Item(x).addStamp(textStamp) } return finalPDF...

    forum.aspose.com/t/box-appearing-around-the-wat...