public class OleObject extends Object
Constructor and Description |
---|
OleObject() |
Modifier and Type | Method and Description |
---|---|
String |
getAlternativeText()
getAlternativeText
Gets String
|
String |
getAutoShapeType()
getAutoShapeType
Gets String
|
Integer |
getBottom()
getBottom
Gets Integer
|
Boolean |
getDisplayAsIcon()
getDisplayAsIcon
Gets Boolean
|
String |
getFileFormatType()
getFileFormatType
Gets String
|
Integer |
getHeight()
getHeight
Gets Integer
|
String |
getHtmlText()
getHtmlText
Gets String
|
String |
getImageSourceFullName()
getImageSourceFullName
Gets String
|
Boolean |
getIsAutoSize()
getIsAutoSize
Gets Boolean
|
Boolean |
getIsGroup()
getIsGroup
Gets Boolean
|
Boolean |
getIsHidden()
getIsHidden
Gets Boolean
|
Boolean |
getIsLink()
getIsLink
Gets Boolean
|
Boolean |
getIsLockAspectRatio()
getIsLockAspectRatio
Gets Boolean
|
Boolean |
getIsLocked()
getIsLocked
Gets Boolean
|
Boolean |
getIsPrintable()
getIsPrintable
Gets Boolean
|
Boolean |
getIsTextWrapped()
getIsTextWrapped
Gets Boolean
|
Boolean |
getIsWordArt()
getIsWordArt
Gets Boolean
|
Integer |
getLeft()
getLeft
Gets Integer
|
Link |
getLink()
getLink
Gets Link
|
String |
getLinkedCell()
getLinkedCell
Gets String
|
Integer |
getLowerRightColumn()
getLowerRightColumn
Gets Integer
|
Integer |
getLowerRightRow()
getLowerRightRow
Gets Integer
|
String |
getMsoDrawingType()
getMsoDrawingType
Gets String
|
String |
getName()
getName
Gets String
|
String |
getPlacement()
getPlacement
Gets String
|
String |
getProgID()
getProgID
Gets String
|
Integer |
getRight()
getRight
Gets Integer
|
Double |
getRotationAngle()
getRotationAngle
Gets Double
|
String |
getSourceFullName()
getSourceFullName
Gets String
|
String |
getText()
getText
Gets String
|
String |
getTextHorizontalAlignment()
getTextHorizontalAlignment
Gets String
|
String |
getTextHorizontalOverflow()
getTextHorizontalOverflow
Gets String
|
String |
getTextOrientationType()
getTextOrientationType
Gets String
|
String |
getTextVerticalAlignment()
getTextVerticalAlignment
Gets String
|
String |
getTextVerticalOverflow()
getTextVerticalOverflow
Gets String
|
Integer |
getTop()
getTop
Gets Integer
|
Integer |
getUpperLeftColumn()
getUpperLeftColumn
Gets Integer
|
Integer |
getUpperLeftRow()
getUpperLeftRow
Gets Integer
|
Integer |
getWidth()
getWidth
Gets Integer
|
Integer |
getX()
getX
Gets Integer
|
Integer |
getY()
getY
Gets Integer
|
Integer |
getZOrderPosition()
getZOrderPosition
Gets Integer
|
void |
setAlternativeText(String AlternativeText)
setAlternativeText
Sets String
|
void |
setAutoShapeType(String AutoShapeType)
setAutoShapeType
Sets String
|
void |
setBottom(Integer Bottom)
setBottom
Sets Integer
|
void |
setDisplayAsIcon(Boolean DisplayAsIcon)
setDisplayAsIcon
Sets Boolean
|
void |
setFileFormatType(String FileFormatType)
setFileFormatType
Sets String
|
void |
setHeight(Integer Height)
setHeight
Sets Integer
|
void |
setHtmlText(String HtmlText)
setHtmlText
Sets String
|
void |
setImageSourceFullName(String ImageSourceFullName)
setImageSourceFullName
Sets String
|
void |
setIsAutoSize(Boolean IsAutoSize)
setIsAutoSize
Sets Boolean
|
void |
setIsGroup(Boolean IsGroup)
setIsGroup
Sets Boolean
|
void |
setIsHidden(Boolean IsHidden)
setIsHidden
Sets Boolean
|
void |
setIsLink(Boolean IsLink)
setIsLink
Sets Boolean
|
void |
setIsLockAspectRatio(Boolean IsLockAspectRatio)
setIsLockAspectRatio
Sets Boolean
|
void |
setIsLocked(Boolean IsLocked)
setIsLocked
Sets Boolean
|
void |
setIsPrintable(Boolean IsPrintable)
setIsPrintable
Sets Boolean
|
void |
setIsTextWrapped(Boolean IsTextWrapped)
setIsTextWrapped
Sets Boolean
|
void |
setIsWordArt(Boolean IsWordArt)
setIsWordArt
Sets Boolean
|
void |
setLeft(Integer Left)
setLeft
Sets Integer
|
void |
setLink(Link link)
setLink
Sets Link
|
void |
setLinkedCell(String LinkedCell)
setLinkedCell
Sets String
|
void |
setLowerRightColumn(Integer LowerRightColumn)
setLowerRightColumn
Sets Integer
|
void |
setLowerRightRow(Integer LowerRightRow)
setLowerRightRow
Sets Integer
|
void |
setMsoDrawingType(String MsoDrawingType)
setMsoDrawingType
Sets String
|
void |
setName(String Name)
setName
Sets String
|
void |
setPlacement(String Placement)
setPlacement
Sets String
|
void |
setProgID(String ProgID)
setProgID
Sets String
|
void |
setRight(Integer Right)
setRight
Sets Integer
|
void |
setRotationAngle(Double RotationAngle)
setRotationAngle
Sets Double
|
void |
setSourceFullName(String SourceFullName)
setSourceFullName
Sets String
|
void |
setText(String Text)
setText
Sets String
|
void |
setTextHorizontalAlignment(String TextHorizontalAlignment)
setTextHorizontalAlignment
Sets String
|
void |
setTextHorizontalOverflow(String TextHorizontalOverflow)
setTextHorizontalOverflow
Sets String
|
void |
setTextOrientationType(String TextOrientationType)
setTextOrientationType
Sets String
|
void |
setTextVerticalAlignment(String TextVerticalAlignment)
setTextVerticalAlignment
Sets String
|
void |
setTextVerticalOverflow(String TextVerticalOverflow)
setTextVerticalOverflow
Sets String
|
void |
setTop(Integer Top)
setTop
Sets Integer
|
void |
setUpperLeftColumn(Integer UpperLeftColumn)
setUpperLeftColumn
Sets Integer
|
void |
setUpperLeftRow(Integer UpperLeftRow)
setUpperLeftRow
Sets Integer
|
void |
setWidth(Integer Width)
setWidth
Sets Integer
|
void |
setX(Integer X)
setX
Sets Integer
|
void |
setY(Integer Y)
setY
Sets Integer
|
void |
setZOrderPosition(Integer ZOrderPosition)
setZOrderPosition
Sets Integer
|
String |
toString() |
public Boolean getDisplayAsIcon()
public void setDisplayAsIcon(Boolean DisplayAsIcon)
DisplayAsIcon
- Booleanpublic String getFileFormatType()
public void setFileFormatType(String FileFormatType)
FileFormatType
- Stringpublic String getImageSourceFullName()
public void setImageSourceFullName(String ImageSourceFullName)
ImageSourceFullName
- Stringpublic Boolean getIsAutoSize()
public void setIsAutoSize(Boolean IsAutoSize)
IsAutoSize
- Booleanpublic Boolean getIsLink()
public void setIsLink(Boolean IsLink)
IsLink
- Booleanpublic String getProgID()
public void setProgID(String ProgID)
ProgID
- Stringpublic String getSourceFullName()
public void setSourceFullName(String SourceFullName)
SourceFullName
- Stringpublic String getName()
public void setName(String Name)
Name
- Stringpublic String getMsoDrawingType()
public void setMsoDrawingType(String MsoDrawingType)
MsoDrawingType
- Stringpublic String getAutoShapeType()
public void setAutoShapeType(String AutoShapeType)
AutoShapeType
- Stringpublic String getPlacement()
public void setPlacement(String Placement)
Placement
- Stringpublic Integer getUpperLeftRow()
public void setUpperLeftRow(Integer UpperLeftRow)
UpperLeftRow
- Integerpublic Integer getTop()
public void setTop(Integer Top)
Top
- Integerpublic Integer getUpperLeftColumn()
public void setUpperLeftColumn(Integer UpperLeftColumn)
UpperLeftColumn
- Integerpublic Integer getLeft()
public void setLeft(Integer Left)
Left
- Integerpublic Integer getLowerRightRow()
public void setLowerRightRow(Integer LowerRightRow)
LowerRightRow
- Integerpublic Integer getBottom()
public void setBottom(Integer Bottom)
Bottom
- Integerpublic Integer getLowerRightColumn()
public void setLowerRightColumn(Integer LowerRightColumn)
LowerRightColumn
- Integerpublic Integer getRight()
public void setRight(Integer Right)
Right
- Integerpublic Integer getWidth()
public void setWidth(Integer Width)
Width
- Integerpublic Integer getHeight()
public void setHeight(Integer Height)
Height
- Integerpublic Integer getX()
public void setX(Integer X)
X
- Integerpublic Integer getY()
public void setY(Integer Y)
Y
- Integerpublic Double getRotationAngle()
public void setRotationAngle(Double RotationAngle)
RotationAngle
- Doublepublic String getHtmlText()
public void setHtmlText(String HtmlText)
HtmlText
- Stringpublic String getText()
public void setText(String Text)
Text
- Stringpublic String getAlternativeText()
public void setAlternativeText(String AlternativeText)
AlternativeText
- Stringpublic String getTextHorizontalAlignment()
public void setTextHorizontalAlignment(String TextHorizontalAlignment)
TextHorizontalAlignment
- Stringpublic String getTextHorizontalOverflow()
public void setTextHorizontalOverflow(String TextHorizontalOverflow)
TextHorizontalOverflow
- Stringpublic String getTextOrientationType()
public void setTextOrientationType(String TextOrientationType)
TextOrientationType
- Stringpublic String getTextVerticalAlignment()
public void setTextVerticalAlignment(String TextVerticalAlignment)
TextVerticalAlignment
- Stringpublic String getTextVerticalOverflow()
public void setTextVerticalOverflow(String TextVerticalOverflow)
TextVerticalOverflow
- Stringpublic Boolean getIsGroup()
public void setIsGroup(Boolean IsGroup)
IsGroup
- Booleanpublic Boolean getIsHidden()
public void setIsHidden(Boolean IsHidden)
IsHidden
- Booleanpublic Boolean getIsLockAspectRatio()
public void setIsLockAspectRatio(Boolean IsLockAspectRatio)
IsLockAspectRatio
- Booleanpublic Boolean getIsLocked()
public void setIsLocked(Boolean IsLocked)
IsLocked
- Booleanpublic Boolean getIsPrintable()
public void setIsPrintable(Boolean IsPrintable)
IsPrintable
- Booleanpublic Boolean getIsTextWrapped()
public void setIsTextWrapped(Boolean IsTextWrapped)
IsTextWrapped
- Booleanpublic Boolean getIsWordArt()
public void setIsWordArt(Boolean IsWordArt)
IsWordArt
- Booleanpublic String getLinkedCell()
public void setLinkedCell(String LinkedCell)
LinkedCell
- Stringpublic Integer getZOrderPosition()
public void setZOrderPosition(Integer ZOrderPosition)
ZOrderPosition
- Integerpublic Link getLink()
public void setLink(Link link)
link
- LinkCopyright © 2015. All rights reserved.