Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 259 for

axis system

(0.07 sec)
  1. ShapeBase.local_to_parent method | Aspose.Words...

    ShapeBase.local_to_parent method. Converts a value from the local coordinate space into the coordinate space of the parent shape....its parent shape's coordinate system. The group shape's parent is...Move the group shape's x and y axis origin from the top left corner...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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++.... System :: Drawing :: Size Aspose ::...populate a group shape. auto doc = System :: MakeObject < Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Drawing::ShapeBase::get_CoordOri...

    Aspose::Words::Drawing::ShapeBase::get_CoordOrigin method. The coordinates at the top-left corner of the containing block of this shape in C++.... System :: Drawing :: Point Aspose...populate a group shape. auto doc = System :: MakeObject < Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Convert Text to SVG in Python

    This brief tutorial discusses how to convert text to SVG in Python. It covers the stepwise algorithm and a working code snippet to make svg from text in Python....up the environment in your system. Then, you need to specify...properties like the text color, xy axis positions, etc. before exporting...

    kb.aspose.com/svg/python/convert-text-to-svg-in...
  5. 3D Presentation|Aspose.Slides Documentation

    3D PowerPoint presentation in C++...shape, you may rotate it by the axis. Create an extrusion or depth...imageScale = 2 ; auto presentation = System :: MakeObject < Presentation...

    docs.aspose.com/slides/cpp/3d-presentation/
  6. Text Rendering using Type1 Font | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to render Type 1 fonts within .NET products....which requires object of type System.Drawing.Drawing2D.GraphicsPath...IGlyphOutlinePainter 3 { 4 private System. Drawing . Drawing2D . GraphicsPath...

    docs.aspose.com/font/net/text-rendering-type1-f...
  7. Create and Embed an Excel Chart as an OLE Objec...

    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....string paramWorkbookPath = System . Windows . Forms . Application...string paramPresentationPat = System . Windows . Forms . Application...

    docs.aspose.com/slides/net/create-and-embed-an-...
  8. Using Glyph objects | API Solution for C++

    Glyph objects in Aspose.Font library functionality is described by the properties it has. The code snippets help you understand how to code Glyphs in C++....coordinates for the vertical Y-axis. Let’s have an with the next...namespace Aspose::Font::Glyphs; 2 System ::SharedPtr < Aspose::Font::Font...

    docs.aspose.com/font/cpp/developer-guide/using-...
  9. SVG Transformations – C# Examples

    Learn how to rotate SVG, scale SVG, and translate SVG in C#. Consider code examples for SVG transformations....value along the x-axis and by ty along the y-axis. If one of the...an element along the x or y axis by a specified angle. Using...

    docs.aspose.com/svg/net/svg-transformations/
  10. Aspose.word.dll Chart formatting issue - Free S...

    Hi Aspose team, I want to generate chart as shown in below picture, Can you please help on this. I am able to generate bellow chart but not able to add images on MajorGridLines...for (ChartAxis axis : chart.getAxes()) { if (axis.getType() ==...== ChartAxisType.VALUE) { axis.hasMajorGridlines(false); } } //...

    forum.aspose.com/t/aspose-word-dll-chart-format...