Sort Score
Result 10 results
Languages All
Labels All
Results 8,931 - 8,940 of 27,976 for

fill

(0.09 sec)
  1. SnapExtensionsValue - Aspose.Diagram for Java -...

    Detailed explanation & examples that helps developers integrate Visio File Processing features in their own Java applications....FileFormatInfo FileFormatUtil Fill Fld FloatPointNumCollect FolderFontSource...

    reference.aspose.com/diagram/java/com.aspose.di...
  2. ISmartArtNode | Aspose.Slides for C++ API Refer...

    Represents node of a SmartArt diagram....FillFormat object that contains fill formatting properties for a...

    reference.aspose.com/slides/cpp/aspose.slides.s...
  3. ArraySegment | Aspose.Slides for C++ API Reference

    Represents a segment of the one-dimensional array. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument....int main () { // Create and fill the array. auto array = System...

    reference.aspose.com/slides/cpp/system/arrayseg...
  4. TagCollection | Aspose.Slides for Java API Refe...

    Represents the collection of tags user defined pairs of strings...Array Array to fill. index int Starting position...

    reference.aspose.com/slides/java/com.aspose.sli...
  5. IBulletFormatEffectiveData | Aspose.Slides for ...

    Immutable object which contains effective paragraph bullet formatting properties....get_FillFormat () Returns the bullet fill format of a paragraph. Read-only...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  6. ILineFormatEffectiveData | Aspose.Slides for C+...

    Immutable object which contains effective line formatting properties....get_FillFormat () Returns the fill format of a line. Read-only...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  7. SmartArtNode | Aspose.Slides for C++ API Reference

    Represents node of a SmartArt object...FillFormat object that contains fill formatting properties for a...

    reference.aspose.com/slides/cpp/aspose.slides.s...
  8. ChartSeries class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartSeries class. Represents chart series properties... format Provides access to fill and line formatting of the series...

    reference.aspose.com/words/python-net/aspose.wo...
  9. WordArt|Aspose.Slides Documentation

    Add, manipulate, and manage WordArt and effects in PowerPoint presentations in C# or Aspose.Slides for .NET...example, you can outline a text or fill it with a color (or gradient)...TextBox" ); // Disable shape fill in case we want to get shadow...

    docs.aspose.com/slides/net/wordart/
  10. Rotate SVG – C# Examples

    C# examples for SVG rotation. Considered cases of using the rotate function in the transform attribute and a transformation matrix....attributes specifying position, size, fill, and transformation. Use the...rectElement . SetAttribute ( "fill" , "purple" ); 17 18 // Apply...

    docs.aspose.com/svg/net/rotate-svg/