Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 5,753 for

horizontal

(0.32 sec)
  1. Aspose::Words::Drawing::HorizontalRuleFormat::g...

    Aspose::Words::Drawing::HorizontalRuleFormat::get_Height method. Gets or sets the height of the Horizontal rule in C++....or sets the height of the horizontal rule. double Aspose :: Words...Examples Shows how to insert a horizontal rule shape, and customize...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Edge Detection Filters|Documentation

    Aspose.Imaging graphic library for Java supports kernel filters such as Edge Detection, as well as custom kernels....pixels in horizontal and vertical directions. // horizontal edge detection...against a black background. Horizontal edges Vertical edges Edge...

    docs.aspose.com/imaging/java/developer-guide/ma...
  3. ChartTitle.Rotation | Aspose.Words for .NET

    ChartTitle Rotation property. Gets or sets the rotation of the chart title in degrees.... Horizontal ; chart . Title . Rotation...= ShapeTextOrientation . Horizontal ; chart . AxisX . Title ...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 通过处理智能标记生成图表|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.... putValue ( "&=$Headers(horizontal)" ); cells . get ( "A2" )... putValue ( "&=$Year2000(horizontal)" ); cells . get ( "A3" )...

    docs.aspose.com/cells/zh/java/generate-chart-by...
  5. How to Control Workbook View with Golang via C+...

    Learn how to control workbook view using the Aspose.Cells for C++ API....control each module, such as horizontal and vertical scrollbars,...first worksheet. Hide the horizontal and vertical scrollbars of...

    docs.aspose.com/cells/go-cpp/how-to-control-wor...
  6. HorizontalRuleFormat.widthPercent property | As...

    HorizontalRuleFormat.widthPercent property. Gets or sets the length of the specified Horizontal rule expressed as a percentage of the window width....the length of the specified horizontal rule expressed as a percentage...Examples Shows how to insert a horizontal rule shape, and customize...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 将多页文档转换为C#中的图像|Aspose.Words为.NET

    将多页文档导出为光栅图像(JPG, PNG, GIF, BMP, TIFF, WebP) 使用C#。...-在网格中排列页面,从左到右和从上到下,同时指定列数 Horizontal -在单个输出中水平并排,从左到右排列页面 Vertical...SaveFormat . Jpeg ); // Set up Horizontal layout. options . PageLayout...

    docs.aspose.com/words/zh/net/convert-a-multi-pa...
  8. 用 C++ 创建每行拥有不同水平对齐方式的文本框|Documentation

    学习如何用 Aspose.Cells 和 C++ 创建每行具有不同横向对齐方式的文本框。...first paragraph and set its horizontal alignment to left TextParagraph...second paragraph and set its horizontal alignment to center p = shape...

    docs.aspose.com/cells/zh/cpp/create-textbox-in-...
  9. Aspose::Words::Drawing::ShapeBase::get_HeightRe...

    Aspose::Words::Drawing::ShapeBase::get_HeightRelative method. Gets or sets the value that represents the percentage of shape's relative height in C++....and setting the relative horizontal size. if ( shape -> get_...Default ) { // Setting the horizontal size binding to Margin. shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Manage Axes of Excel Charts with Golang via C++...

    Learn how to configure chart axes in Aspose.Cells for C++. Our guide will show you how to adjust the primary and secondary axes, set their ranges, and modify their properties to enhance your charts....are three kinds of axes: Horizontal (Category) Axis: X‑Axis Vertical...and Y Axes In Excel charts, horizontal and vertical axes are the...

    docs.aspose.com/cells/go-cpp/chart-axes/