Aspose::Cells::Drawing::ITilePicOption Class Referenceabstract

Represents tile picture as texture. More...

Inherits Object.

Public Member Functions

virtual Aspose::Cells::Systems::Double GetOffsetX ()=0
 Gets the X offset for tiling picture. More...
 
virtual void SetOffsetX (Aspose::Cells::Systems::Double value)=0
 Sets the X offset for tiling picture. More...
 
virtual Aspose::Cells::Systems::Double GetOffsetY ()=0
 Gets the Y offset for tiling picture. More...
 
virtual void SetOffsetY (Aspose::Cells::Systems::Double value)=0
 Sets the Y offset for tiling picture. More...
 
virtual Aspose::Cells::Systems::Double GetScaleX ()=0
 Gets the X scale for tiling picture. More...
 
virtual void SetScaleX (Aspose::Cells::Systems::Double value)=0
 Sets the X scale for tiling picture. More...
 
virtual Aspose::Cells::Systems::Double GetScaleY ()=0
 Gets the Y scale for tiling picture. More...
 
virtual void SetScaleY (Aspose::Cells::Systems::Double value)=0
 Sets the Y scale for tiling picture. More...
 
virtual Aspose::Cells::Drawing::MirrorType GetMirrorType ()=0
 Gets the mirror type for tiling. More...
 
virtual void SetMirrorType (Aspose::Cells::Drawing::MirrorType value)=0
 Sets the mirror type for tiling. More...
 
virtual Aspose::Cells::Drawing::RectangleAlignmentType GetAlignmentType ()=0
 Gets the alignment for tiling. More...
 
virtual void SetAlignmentType (Aspose::Cells::Drawing::RectangleAlignmentType value)=0
 Sets the alignment for tiling. More...
 

Detailed Description

Represents tile picture as texture.

Member Function Documentation

◆ GetAlignmentType()

virtual Aspose::Cells::Drawing::RectangleAlignmentType Aspose::Cells::Drawing::ITilePicOption::GetAlignmentType ( )
pure virtual

Gets the alignment for tiling.

◆ GetMirrorType()

virtual Aspose::Cells::Drawing::MirrorType Aspose::Cells::Drawing::ITilePicOption::GetMirrorType ( )
pure virtual

Gets the mirror type for tiling.

◆ GetOffsetX()

virtual Aspose::Cells::Systems::Double Aspose::Cells::Drawing::ITilePicOption::GetOffsetX ( )
pure virtual

Gets the X offset for tiling picture.

◆ GetOffsetY()

virtual Aspose::Cells::Systems::Double Aspose::Cells::Drawing::ITilePicOption::GetOffsetY ( )
pure virtual

Gets the Y offset for tiling picture.

◆ GetScaleX()

virtual Aspose::Cells::Systems::Double Aspose::Cells::Drawing::ITilePicOption::GetScaleX ( )
pure virtual

Gets the X scale for tiling picture.

◆ GetScaleY()

virtual Aspose::Cells::Systems::Double Aspose::Cells::Drawing::ITilePicOption::GetScaleY ( )
pure virtual

Gets the Y scale for tiling picture.

◆ SetAlignmentType()

virtual void Aspose::Cells::Drawing::ITilePicOption::SetAlignmentType ( Aspose::Cells::Drawing::RectangleAlignmentType  value)
pure virtual

Sets the alignment for tiling.

◆ SetMirrorType()

virtual void Aspose::Cells::Drawing::ITilePicOption::SetMirrorType ( Aspose::Cells::Drawing::MirrorType  value)
pure virtual

Sets the mirror type for tiling.

◆ SetOffsetX()

virtual void Aspose::Cells::Drawing::ITilePicOption::SetOffsetX ( Aspose::Cells::Systems::Double  value)
pure virtual

Sets the X offset for tiling picture.

◆ SetOffsetY()

virtual void Aspose::Cells::Drawing::ITilePicOption::SetOffsetY ( Aspose::Cells::Systems::Double  value)
pure virtual

Sets the Y offset for tiling picture.

◆ SetScaleX()

virtual void Aspose::Cells::Drawing::ITilePicOption::SetScaleX ( Aspose::Cells::Systems::Double  value)
pure virtual

Sets the X scale for tiling picture.

◆ SetScaleY()

virtual void Aspose::Cells::Drawing::ITilePicOption::SetScaleY ( Aspose::Cells::Systems::Double  value)
pure virtual

Sets the Y scale for tiling picture.