Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 49,844 for

shape

(0.13 sec)
  1. Converting Email to PDF consumes huge memory - ...

    Hello, We have an EML file and we want to convert it to PDF. In our usecase we need to consume less than 256MB of RAM and we are passing files up to 25MB of size. The code we use to convert them is something like: pu…...wordsLoadOptions); for (Shape shape : (Iterable<Shape>) wordDocument....getChildNodes(NodeType.SHAPE, true)) { shape.setLeft(-55); resizeLargeImage(shape);...

    forum.aspose.com/t/converting-email-to-pdf-cons...
  2. 档案

    档案...string visioStencil = "Basic Shapes.vss"; const string rectangleMaster...设置新形状的属性 Shape shape = diagram.Pages[pageNumber].Shapes.GetShape(rectangleId);...

    blog.aspose.com/zh/diagram/create-organizationa...
  3. Story.first_paragraph property | Aspose.Words f...

    Story.first_paragraph property. Gets the first paragraph in the story.... Shape ( doc , aw . drawing . ShapeType...alignment of the text inside the shape. text_box . horizontal_alignment...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Drawing::TextBox::get_TextBoxWra...

    Aspose::Words::Drawing::TextBox::get_TextBoxWrapMode method. Determines how text wraps inside a Shape in C++....Determines how text wraps inside a shape. Aspose :: Words :: Drawing...Aspose :: Words :: Drawing :: Shape > textBoxShape = builder ->...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. ChartSeriesGroup.secondSectionSize property | A...

    ChartSeriesGroup.secondSectionSize property. Gets or sets the size of the pie chart secondary section as a percentage....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 440 , 300 ); let chart = shape . chart ; // Delete the default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxis.hidden property | Aspose.Words for No...

    ChartAxis.hidden property. Gets or sets a flag indicating whether this axis is hidden or not....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Clear the chart's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 档案

    档案...String visioStencil = "Basic Shapes.vss"; String rectangleMaster...pageNumber); // 设置新形状的属性 Shape shape = diagram.getPages().get(pageNumber)...

    blog.aspose.com/zh/diagram/create-org-chart-java/
  8. AxisBound | Aspose.Words for .NET

    Create dynamic axis bounds effortlessly with AxisBound constructor, allowing your word processing app to auto-determine optimal layouts for enhanced user experience....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...

    reference.aspose.com/words/net/aspose.words.dra...
  9. 在 PHP 中将超链接添加到 Visio 形状|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....); \ # Add hyperlink to the shape $diagram -> getPages () -> getPage...); print "Added hyperlik to shape successfully!" . PHP_EOL ; 下载运行代码...

    docs.aspose.com/diagram/zh/java/add-hyperlink-t...
  10. ChartNumberFormat class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartNumberFormat class. Represents number formatting of the parent element...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...500 , height = 300 ) chart = shape . chart # Clear the chart's...

    reference.aspose.com/words/python-net/aspose.wo...