Sort Score
Result 10 results
Languages All
Labels All
Results 6,171 - 6,180 of 42,307 for

shapes

(0.07 sec)
  1. LoadOptions.ConvertMetafilesToPng | Aspose.Word...

    LoadOptions ConvertMetafilesToPng ملكية. يحصل على أو يحدد ما إذا كان سيتم تحويل ملف التعريف Wmf أوEmf الصور لPng تنسيق الصورة في C#....= new Document (); Shape shape = new Shape ( doc , ShapeType .... Image ); shape . ImageData . SetImage ( ImageDir + "Windows...

    reference.aspose.com/words/ar/net/aspose.words....
  2. ImageData.SourceFullName | Aspose.Words for .NET

    Discover the ImageData SourceFullName property to easily manage linked image paths and filenames, enhancing your image handling efficiency....to a shape so that it can display it. // 1 - Set the shape to contain...contain the image. Shape shape = new Shape ( builder . Document...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ShapeBase.reflection property | Aspose.Words fo...

    ShapeBase.reflection property. Gets reflection formatting for the shape....reflection formatting for the shape. @property def reflection (...to interact with reflection shape effect. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. WrapType Enum | Aspose.Words per .NET

    Aspose.Words.Drawing.WrapType enum. Specifica il modo in cui il testo viene disposto attorno a una forma o immagine in C#.... Shape shape = builder . InsertImage (..."Logo.jpg" ); shape . WrapType = WrapType . None ; shape . BehindText...

    reference.aspose.com/words/it/net/aspose.words....
  5. Efecto de Forma|Documentación de Aspose.Slides

    Aplicar efecto a la forma de PowerPoint en C# o .NET...Presentation ()) { var shape = pres . Slides [ 0 ]. Shapes . AddAutoShape...); shape . EffectFormat . EnableOuterShadowEff (); shape . EffectFormat...

    docs.aspose.com/slides/es/net/shape-effect/
  6. 在 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....() -> getPage ( "Flow 1" ); $shape = $page -> getShapes () -> getShape...getShape ( 1 ); $shape -> getProtection () -> getLockAspect ()...

    docs.aspose.com/diagram/zh/java/protect-and-unp...
  7. Aspose::Words::Drawing::TextPath::get_RotateLet...

    Aspose::Words::Drawing::TextPath::get_RotateLetters method. Determines whether the letters of the text are rotated in C++....object to display text in a shape that we can re-size and move...set a shape for the WordArt. SharedPtr < Shape > shape = AppendWordArt...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::TextPath::get_Underline...

    Aspose::Words::Drawing::TextPath::get_Underline method. True if the font is underlined in C++....object to display text in a shape that we can re-size and move...set a shape for the WordArt. SharedPtr < Shape > shape = AppendWordArt...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Modifiche dell API pubblica in Aspose.Cells 8.9...

    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 a Shape of type TextBox to the collection Shape shape = sheet...100 , 200 ); //Add text to Shape shape . setText ( "Aspose" ); //Access...

    docs.aspose.com/cells/it/java/public-api-change...
  10. DocumentBuilder.CurrentSection | Aspose.Words f...

    Discover the DocumentBuilder CurrentSection property to easily access and manage the selected section in your document, enhancing your editing experience....DocumentBuilder ( doc ); Shape shape = builder . InsertImage (...( ImageDir + "Logo.jpg" ); shape . WrapType = WrapType . None...

    reference.aspose.com/words/net/aspose.words/doc...