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, setTargetSectiongetImageType, getReturnToParent, getShowBackground, getTransitionDuration, getZoomImage, setImageType, setReturnToParent, setShowBackground, setTransitionDuration, setZoomImagegetGraphicalObjectLockaddPlaceholder, getAlternativeText, getAlternativeTextTitle, getBasePlaceholder, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getImage, getImage, getLineFormat, getName, getOfficeInteropShapeId, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isDecorative, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setDecorative, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvggetSlidegetPresentationgetHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOverjava.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");
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.