AutoShape

Översikt

AutoShape representerar en AutoShape. Den ärver hela det offentliga gränssnittet från GeometryShape och kan lägga till ytterligare medlemmar som dokumenteras i tabellerna nedan. Skaffa instanser via fabrikmetoderna eller samlingsegenskaperna som exponeras på det innehållande föräldraobjektet. Se paketdokumentationen för installationsinstruktioner och en komplett lista över relaterade typer.

Paket: org.aspose.slides.foss


Egenskaper

NameTypeAccessDescription
shapeTypeShapeTypeRead{@inheritDoc} Checks for custom geometry ({@code <a:custGeom>}) in addition to the base class preset geometry lookup. /
textFrameITextFrameReadGets the text frame.
textBoxbooleanReadGets the text box.
asIGeometryShapeIGeometryShapeReadGets the as i geometry shape.
fillFormatIFillFormatRead{@inheritDoc} /
xdoubleReadGets the x.
ydoubleReadGets the y.
widthdoubleReadGets the width.
heightdoubleReadGets the height.
rotationdoubleReadGets the rotation.
shapeStyleIShapeStyleReadGets the shape style.
adjustmentsIAdjustValueCollectionReadGets the adjustments.
cNvPrElementReadGets the c nv pr.
textHolderbooleanReadGets the text holder.
placeholderIPlaceholderReadGets the placeholder.
customDataICustomDataReadGets the custom data.
rawFrameIShapeFrameReadGets the raw frame.
frameIShapeFrameReadGets the frame.
lineFormatILineFormatReadGets the line format.
threeDFormatIThreeDFormatReadGets the three d format.
effectFormatIEffectFormatReadGets the effect format.
hiddenbooleanReadGets the hidden.
zOrderPositionintReadGets the z order position.
connectionSiteCountintReadGets the connection site count.
alternativeTextStringReadGets the alternative text.
alternativeTextTitleStringReadGets the alternative text title.
nameStringReadGets the name.
decorativebooleanReadGets the decorative.
uniqueIdintReadGets the unique id.
officeInteropShapeIdintReadGets the office interop shape id.
groupedbooleanReadGets the grouped.
asISlideComponentISlideComponentReadGets the as i slide component.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

Metoder

SignatureDescription
AutoShape(xmlElement: Element, saveCallback: Runnable)Creates an AutoShape backed by the given XML element.
AutoShape()Creates an AutoShape with no backing element.
getShapeType()ShapeType{@inheritDoc} Checks for custom geometry ({@code <a:custGeom>}) in addition to the base class preset geometry lookup. /
setShapeType(value: ShapeType){@inheritDoc} Removes any existing custom geometry ({@code <a:custGeom>}) before applying the preset, and clears children of an existing {@code <a:prstGeom>}. /
getTextFrame()ITextFrameReturns the text frame.
isTextBox()booleanReturns true if text box is set.
getAsIGeometryShape()IGeometryShapeReturns the as i geometry shape.
addTextFrame(text: String)ITextFrameAdds a new text frame with the given text and returns the ITextFrame
getFillFormat()IFillFormat{@inheritDoc} /
GeometryShape(xmlElement: Element, saveCallback: Runnable)Creates a GeometryShape backed by the given XML element.
setParentShapes(shapes: Iterable<IShape>)Sets the sibling shapes collection used for connection lookups.
getX()doubleReturns the x.
setX(x: double)Sets the x value.
getY()doubleReturns the y.
setY(y: double)Sets the y value.
getWidth()doubleReturns the width.
setWidth(width: double)Sets the width value.
getHeight()doubleReturns the height.
setHeight(height: double)Sets the height value.
getRotation()doubleReturns the rotation.
setRotation(rotation: double)Sets the rotation value.
getShapeStyle()IShapeStyleReturns the shape style.
getAdjustments()IAdjustValueCollectionReturns the adjustments.
getCNvPr()ElementReturns the c nv pr.
isTextHolder()booleanReturns true if text holder is set.
getPlaceholder()IPlaceholderReturns the placeholder.
getCustomData()ICustomDataReturns the custom data.
getRawFrame()IShapeFrameReturns the raw frame.
setRawFrame(value: IShapeFrame)Sets the raw frame value.
getFrame()IShapeFrameReturns the frame.
setFrame(value: IShapeFrame)Sets the frame value.
getLineFormat()ILineFormatReturns the line format.
getThreeDFormat()IThreeDFormatReturns the three d format.
getEffectFormat()IEffectFormatReturns the effect format.
isHidden()booleanReturns true if hidden is set.
setHidden(value: boolean)Sets the hidden value.
getZOrderPosition()intReturns the z order position.
getConnectionSiteCount()intReturns the connection site count.
getAlternativeText()StringReturns the alternative text.
setAlternativeText(value: String)Sets the alternative text value.
getAlternativeTextTitle()StringReturns the alternative text title.
setAlternativeTextTitle(value: String)Sets the alternative text title value.
getName()StringReturns the name.
setName(value: String)Sets the name value.
isDecorative()booleanReturns true if decorative is set.
setDecorative(value: boolean)Sets the decorative value.
getUniqueId()intReturns the unique id.
getOfficeInteropShapeId()intReturns the office interop shape id.
isGrouped()booleanReturns true if grouped is set.
getAsISlideComponent()ISlideComponentReturns the as i slide component.
getSlide()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.
asIPresentationComponent()IPresentationComponent

Se även

 Svenska