Sort Score
Result 10 results
Languages All
Labels All
Results 3,521 - 3,530 of 49,137 for

shape

(0.12 sec)
  1. DocumentBuilder.insertSignatureLine method | As...

    Aspose.Words.DocumentBuilder.insertSignatureLine method...and other settings using the Shape object returned by this method...SignatureLineProvide.signed.docx" ); let shape = ( Shape ) doc . getShape ( 0 ,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Manage Presentation Hyperlinks in PHP|Aspose.Sl...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for PHP via Java — enhance interactivity and workflow in minutes....Links to websites inside texts, shapes, or media Links to slides Aspose...(); } } Add URL Hyperlinks to Shapes or Frames This sample code...

    docs.aspose.com/slides/php-java/manage-hyperlinks/
  3. Aspose::Words::Loading::LoadOptions::get_Conver...

    Aspose::Words::Loading::LoadOptions::get_ConvertShapeToOfficeMath method. Gets or sets whether to convert Shapes with EquationXML to Office Math objects in C++....or sets whether to convert shapes with EquationXML to Office...how to convert EquationXML shapes to Office Math objects. auto...

    reference.aspose.com/words/cpp/aspose.words.loa...
  4. OptionButtonControl.selected property | Aspose....

    OptionButtonControl.selected property. Gets or sets a boolean value indicating either this [OptionButtonControl](../) is selected or not.... SHAPE , 0 , True ) . as_shape () option_button1...aw . NodeType . SHAPE , 1 , True ) . as_shape () option_button2...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Manage DataLabels of Excel Charts|Documentation

    Learn how to effectively manage data labels in Excel charts using Aspose.Cells for Python via .NET. Our comprehensive guide covers various management tasks, including adding, removing, and modifying labels to enhance chart readability and usability....Chart Resize Chart’s Data Label Shape To Fit Text Rich Text Custom...Label of Chart Point Set the Shape Type of Data Labels of Chart...

    docs.aspose.com/cells/python-net/insert-datalab...
  6. Aspose::Words::Drawing::OleFormat::get_Suggeste...

    Aspose::Words::Drawing::OleFormat::get_SuggestedFileName method. Gets the file name suggested for the current embedded object if you want to save it into a file in C++....Document > ( get_MyDir () + u "OLE shape.rtf" ); auto oleShape = System...Aspose :: Words :: Drawing :: Shape > ( doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. 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...
  8. Rich Text Custom Data Label of Chart Point|Docu...

    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.... Related Articles Set the Shape Type of Data Labels of Chart...Labels Resize Chart's Data Label Shape To Fit Text Analyzing your prompt...

    docs.aspose.com/cells/java/rich-text-custom-dat...
  9. Insert a Linked Picture from Web Address with G...

    Learn how to insert a linked picture from a web address into a worksheet using Aspose.Cells for C++.... Data in Non-Primitive Shape with Golang via C++ Change Adjustment...Adjustment Values of the Shape with Golang via C++...

    docs.aspose.com/cells/go-cpp/insert-a-linked-pi...
  10. 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...