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, setTargetSectiongetImageType, getReturnToParent, getShowBackground, getTransitionDuration, getZoomImage, setImageType, setReturnToParent, setShowBackground, setTransitionDuration, setZoomImagegetGraphicalObjectLockaddPlaceholder, getAlternativeText, getAlternativeTextTitle, getBasePlaceholder, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, getImage, getImage, getLineFormat, getName, getOfficeInteropShapeId, getParent_Immediate, getParentGroup, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeLock, getSlide, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isDecorative, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setDecorative, setFrame, setHeight, setHidden, setHyperlinkClick, setHyperlinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvgequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetSection, 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, setHyperlinkMouseOverpublic 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 ISummaryZoomSectionpublic 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 ISummaryZoomSectionpublic 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 ISummaryZoomSectionpublic 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 ISummaryZoomSectionCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.