public interface ISummaryZoomSection extends ISectionZoomFrame
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, 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
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");
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");
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");
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");