Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

IDSSDITransformation Interface Reference

List of all members.

Public Member Functions

HRESULT AddRange ([in] Int32 iStartRow,[in] Int32 iStartColumn,[in] Int32 iEndRow,[in] Int32 iEndColumn)
 Set the Range of the rectangle for DITransformation object.
HRESULT ClearRanges ()
 Clear the collection of the Ranges.
HRESULT GetEndColumn ([in] Int32 iIndex,[out, retval] Int32 *opEndColumn)
 Get the EndColumn of the rectangle for DITransformation object.
HRESULT GetEndRow ([in] Int32 iIndex,[out, retval] Int32 *opEndRow)
 Get the EndRow of the rectangle for DITransformation object.
HRESULT GetRange ([in] Int32 iIndex,[out] Int32 *opStartRow,[out] Int32 *opStartColumn,[out] Int32 *opEndRow,[out] Int32 *opEndColumn)
 Get the Range of the rectangle for DITransformation object.
HRESULT GetStartColumn ([in] Int32 iIndex,[out, retval] Int32 *opStartColumn)
 Get the StartColumn of the rectangle for DITransformation object.
HRESULT GetStartRow ([in] Int32 iIndex,[out, retval] Int32 *opStartRow)
 Get the StartRow of the rectangle for DITransformation object.
HRESULT RangeCount ([out, retval] Int32 *opCount)
 Get the count of DITransformation in the collection.
HRESULT RemoveRange ([in] Int32 iIndex)
 Remove The (iIndex)th Range in the collection.
HRESULT Type ([in] EnumDSSDITransformationType iType)
 Set the type of DITransformation object.
HRESULT Type ([out, retval] EnumDSSDITransformationType *opType)
 Get the type of DITransformation object.

Member Function Documentation

HRESULT IDSSDITransformation::AddRange [in] Int32  iStartRow,
[in] Int32  iStartColumn,
[in] Int32  iEndRow,
[in] Int32  iEndColumn
 

Set the Range of the rectangle for DITransformation object.

Parameters:
iStartRow The start row position of range.
iStartColumn The start column position of range.
iEndRow The end row position of range.
iEndColumn The end column position of range.

HRESULT IDSSDITransformation::ClearRanges  ) 
 

Clear the collection of the Ranges.

HRESULT IDSSDITransformation::GetEndColumn [in] Int32  iIndex,
[out, retval] Int32 *  opEndColumn
 

Get the EndColumn of the rectangle for DITransformation object.

Parameters:
iIndex The (iIndex)th Range to get.
opEndColumn The end column position of the (iIndex)th range.

HRESULT IDSSDITransformation::GetEndRow [in] Int32  iIndex,
[out, retval] Int32 *  opEndRow
 

Get the EndRow of the rectangle for DITransformation object.

Parameters:
iIndex The iIndex th Range to get.
opEndRow The end row position of the (iIndex)th range.

HRESULT IDSSDITransformation::GetRange [in] Int32  iIndex,
[out] Int32 *  opStartRow,
[out] Int32 *  opStartColumn,
[out] Int32 *  opEndRow,
[out] Int32 *  opEndColumn
 

Get the Range of the rectangle for DITransformation object.

Parameters:
iIndex The (iIndex)th Range to get.
opStartRow The start row position of the (iIndex)th range.
opStartColumn The start column position of the (iIndex)th range.
opEndRow The end row position of the (iIndex)th range.
opEndColumn The end column position of the (iIndex)th range.

HRESULT IDSSDITransformation::GetStartColumn [in] Int32  iIndex,
[out, retval] Int32 *  opStartColumn
 

Get the StartColumn of the rectangle for DITransformation object.

Parameters:
iIndex The (iIndex)th Range to get.
opStartColumn The start column position of the (iIndex)th range.

HRESULT IDSSDITransformation::GetStartRow [in] Int32  iIndex,
[out, retval] Int32 *  opStartRow
 

Get the StartRow of the rectangle for DITransformation object.

Parameters:
iIndex The (iIndex)th Range to get.
opStartRow The start row position of the (iIndex)th range.

HRESULT IDSSDITransformation::RangeCount [out, retval] Int32 *  opCount  ) 
 

Get the count of DITransformation in the collection.

Parameters:
opCount The count of DITransformation in the collection.

HRESULT IDSSDITransformation::RemoveRange [in] Int32  iIndex  ) 
 

Remove The (iIndex)th Range in the collection.

Parameters:
iIndex The (iIndex)th Range to be deleted.

HRESULT IDSSDITransformation::Type [in] EnumDSSDITransformationType  iType  ) 
 

Set the type of DITransformation object.

Parameters:
iType The type of DITransformation object.

HRESULT IDSSDITransformation::Type [out, retval] EnumDSSDITransformationType opType  ) 
 

Get the type of DITransformation object.

Parameters:
opType The type of DITransformation object.


Copyright © 1996-2018 MicroStrategy Inc. All Rights Reserved.