public class SummaryZoomSection extends SectionZoomFrame implements ISummaryZoomSection
Represents a Summary Zoom Section object in a Summary Zoom frame.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the text description of the Summary Zoom Section object.
|
java.lang.String |
getTitle()
Returns the text title of the Summary Zoom Section object.
|
void |
setDescription(java.lang.String value)
Returns the text description of the Summary Zoom Section object.
|
void |
setTitle(java.lang.String value)
Returns the text title of the Summary Zoom Section object.
|
getTargetSection, setTargetSection
getImage, getImageType, getReturnToParent, getShowBackground, getTransitionDuration, setImage, setImageType, setReturnToParent, setShowBackground, setTransitionDuration
getGraphicalObjectLock
addPlaceholder, getAlternativeText, getAlternativeTextTitle, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, getLineFormat, getName, getOfficeInteropShapeId, getParent_Immediate, getParentGroup, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeLock, getSlide, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setFrame, setHeight, setHidden, setHyperlinkClick, setHyperlinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvg
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTargetSection, setTargetSection
getImage, getImageType, getReturnToParent, getShowBackground, getTransitionDuration, setImage, setImageType, setReturnToParent, setShowBackground, setTransitionDuration
getGraphicalObjectLock
addPlaceholder, getAlternativeText, getAlternativeTextTitle, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getOfficeInteropShapeId, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvg
getSlide
getPresentation
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver
public final java.lang.String getTitle()
Returns the text title of the Summary Zoom Section object.
Example:ISummaryZoomSection zoomSection = zoomFrame.getSummaryZoomCollection().get_Item(1); zoomSection.setTitle("Title");
getTitle
in interface ISummaryZoomSection
public final void setTitle(java.lang.String value)
Returns the text title of the Summary Zoom Section object.
Example:ISummaryZoomSection zoomSection = zoomFrame.getSummaryZoomCollection().get_Item(1); zoomSection.setTitle("Title");
setTitle
in interface ISummaryZoomSection
public final java.lang.String getDescription()
Returns the text description of the Summary Zoom Section object.
Example:ISummaryZoomSection zoomSection = zoomFrame.getSummaryZoomCollection().get_Item(1); zoomSection.setDescription("Description");
getDescription
in interface ISummaryZoomSection
public final void setDescription(java.lang.String value)
Returns the text description of the Summary Zoom Section object.
Example:ISummaryZoomSection zoomSection = zoomFrame.getSummaryZoomCollection().get_Item(1); zoomSection.setDescription("Description");
setDescription
in interface ISummaryZoomSection