Aspose::Cells::Drawing::ITextureFill Class Referenceabstract

Encapsulates the object that represents texture fill format More...

Inherits Aspose::Cells::Drawing::IFill.

Public Member Functions

virtual Aspose::Cells::Drawing::TextureType GetType ()=0
 Gets the texture type More...
 
virtual void SetType (Aspose::Cells::Drawing::TextureType value)=0
 Sets the texture type More...
 
virtual intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Byte > > GetImageData ()=0
 Gets the image data of the fill. More...
 
virtual void SetImageData (intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Byte >> value)=0
 Sets the image data of the fill. More...
 
virtual bool IsTiling ()=0
 Indicates whether tile picture as texture. More...
 
virtual void SetTiling (bool value)=0
 Indicates whether tile picture as texture. More...
 
virtual intrusive_ptr< Aspose::Cells::Drawing::ITilePicOptionGetITilePicOption ()=0
 
virtual void SetITilePicOption (intrusive_ptr< Aspose::Cells::Drawing::ITilePicOption > value)=0
 Sets tile picture option. More...
 
virtual Aspose::Cells::Drawing::FillPictureType GetPictureFormatType ()=0
 Gets the picture format type. More...
 
virtual void SetPictureFormatType (Aspose::Cells::Drawing::FillPictureType value)=0
 Sets the picture format type. More...
 
virtual Aspose::Cells::Systems::Double GetScale ()=0
 Gets the picture format scale. More...
 
virtual void SetScale (Aspose::Cells::Systems::Double value)=0
 Sets the picture format scale. More...
 
virtual Aspose::Cells::Systems::Double GetTransparency ()=0
 Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). More...
 
virtual void SetTransparency (Aspose::Cells::Systems::Double value)=0
 Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). More...
 
- Public Member Functions inherited from Aspose::Cells::Drawing::IFill
virtual bool Equals (intrusive_ptr< Aspose::Cells::Systems::Object > obj)=0
 / More...
 
virtual Aspose::Cells::Systems::Int32 GetHashCode ()=0
 Gets the hash code. More...
 

Detailed Description

Encapsulates the object that represents texture fill format

Member Function Documentation

◆ GetImageData()

virtual intrusive_ptr<Aspose::Cells::Systems::Array1D<Aspose::Cells::Systems::Byte> > Aspose::Cells::Drawing::ITextureFill::GetImageData ( )
pure virtual

Gets the image data of the fill.

◆ GetITilePicOption()

virtual intrusive_ptr<Aspose::Cells::Drawing::ITilePicOption> Aspose::Cells::Drawing::ITextureFill::GetITilePicOption ( )
pure virtual

Gets tile picture option.

◆ GetPictureFormatType()

virtual Aspose::Cells::Drawing::FillPictureType Aspose::Cells::Drawing::ITextureFill::GetPictureFormatType ( )
pure virtual

Gets the picture format type.

◆ GetScale()

virtual Aspose::Cells::Systems::Double Aspose::Cells::Drawing::ITextureFill::GetScale ( )
pure virtual

Gets the picture format scale.

◆ GetTransparency()

virtual Aspose::Cells::Systems::Double Aspose::Cells::Drawing::ITextureFill::GetTransparency ( )
pure virtual

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

◆ GetType()

virtual Aspose::Cells::Drawing::TextureType Aspose::Cells::Drawing::ITextureFill::GetType ( )
pure virtual

Gets the texture type

◆ IsTiling()

virtual bool Aspose::Cells::Drawing::ITextureFill::IsTiling ( )
pure virtual

Indicates whether tile picture as texture.

◆ SetImageData()

virtual void Aspose::Cells::Drawing::ITextureFill::SetImageData ( intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Byte >>  value)
pure virtual

Sets the image data of the fill.

◆ SetITilePicOption()

virtual void Aspose::Cells::Drawing::ITextureFill::SetITilePicOption ( intrusive_ptr< Aspose::Cells::Drawing::ITilePicOption value)
pure virtual

Sets tile picture option.

◆ SetPictureFormatType()

virtual void Aspose::Cells::Drawing::ITextureFill::SetPictureFormatType ( Aspose::Cells::Drawing::FillPictureType  value)
pure virtual

Sets the picture format type.

◆ SetScale()

virtual void Aspose::Cells::Drawing::ITextureFill::SetScale ( Aspose::Cells::Systems::Double  value)
pure virtual

Sets the picture format scale.

◆ SetTiling()

virtual void Aspose::Cells::Drawing::ITextureFill::SetTiling ( bool  value)
pure virtual

Indicates whether tile picture as texture.

◆ SetTransparency()

virtual void Aspose::Cells::Drawing::ITextureFill::SetTransparency ( Aspose::Cells::Systems::Double  value)
pure virtual

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

◆ SetType()

virtual void Aspose::Cells::Drawing::ITextureFill::SetType ( Aspose::Cells::Drawing::TextureType  value)
pure virtual

Sets the texture type