GeometryShape

Revisión

GeometryShape Es una clase en Aspose.Slides FOSS para Java. Heredados de: IGeometryShape.

Clase de base para las formas con geometría, apoyada por un elemento de forma OOXML.

Esta clase proporciona 48 métodos para trabajar con los objetos de GeometryShape en programas Java. Los métodos disponibles incluyen: GeometryShape, asIPresentationComponent, getAdjustments, getAlternativeText, getAlternativeTextTitle, getAsISlideComponent, getCNvPr, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame,y 35 métodos adicionales. Todos los miembros públicos están accesibles a cualquier aplicación Java después de instalar el Aspose.Slides FOSS para el paquete Java. Propiedades : adjustments, alternativeText, alternativeTextTitle, asISlideComponent, cNvPr, connectionSiteCount,Y 25 más.

Propiedades

NombreTipoAccesoDescripción
xdoubleLeerTiene el x.
ydoubleLeerTiene el y.
widthdoubleLeerObtenga la anchura.
heightdoubleLeerTiene la altura.
rotationdoubleLeerSe hace la rotación.
shapeStyleIShapeStyleLeerTiene el estilo de forma.
shapeTypeShapeTypeLeerTiene el tipo de forma.
fillFormatIFillFormatLeerObtenga el formato de cumplimentación.
adjustmentsIAdjustValueCollectionLeerObtenga los ajustes.
cNvPrElementLeerEl Cv Pr.
textHolderbooleanLeerSe encuentra el titular del texto.
placeholderIPlaceholderLeerrecibe al lugar.
customDataICustomDataLeerObtenga los datos personalizados.
rawFrameIShapeFrameLeerTiene el marco crudo.
frameIShapeFrameLeerTiene el marco.
lineFormatILineFormatLeerObtenga el formato de línea.
threeDFormatIThreeDFormatLeerSe obtiene el formato de tres d.
effectFormatIEffectFormatLeerSe obtiene el formato de efecto.
hiddenbooleanLeerObtenga lo oculto.
zOrderPositionintLeerObtenga la posición de orden.
connectionSiteCountintLeerSe cuenta con la conexión de sitio.
alternativeTextStringLeerSe trata del texto alternativo.
alternativeTextTitleStringLeerTiene el título de texto alternativo.
nameStringLeerrecibe el nombre.
decorativebooleanLeerTiene la decoración.
uniqueIdintLeerObtenga el ID único.
officeInteropShapeIdintLeerObtenga el ID de la forma interop.
groupedbooleanLeerSe encuentra en grupo.
asISlideComponentISlideComponentLeerTiene el componente como yo esclare.
slideIBaseSlideLeerTiene el slide.
presentationIPresentationLeerObtenga la presentación.

Metodología

firmaDescripción
GeometryShape(xmlElement: Element, saveCallback: Runnable)Crea un GeometryShape apoyado por el elemento XML dado.
GeometryShape()Crea un GeometryShape sin elemento de apoyo.
setParentShapes(shapes: Iterable<IShape>)Colecta las formas de hermano utilizadas para los buscadores de conexión.
getX()doubleDe vuelta a la x.
setX(x: double)Se establece el valor x.
getY()doubleDe vuelta el y.
setY(y: double)Cabe definir el valor y.
getWidth()doubledevolver la anchura.
setWidth(width: double)Define el valor de la amplitud.
getHeight()doubledevolver la altura.
setHeight(height: double)- Define el valor de altura.
getRotation()doubledevolver la rotación.
setRotation(rotation: double)- Definición del valor de la rotación.
getShapeStyle()IShapeStyleDevolver el estilo de forma.
getShapeType()ShapeTypeDevolver el tipo de forma.
setShapeType(value: ShapeType)Define el tipo de forma.
getFillFormat()IFillFormatDevolver el formato de cumplimentación.
getAdjustments()IAdjustValueCollectiondevolver los ajustes.
getCNvPr()ElementDevolver el c nv pr.
isTextHolder()booleanRetorna válido si se establece el titular de texto.
getPlaceholder()IPlaceholderdevolver al lugar.
getCustomData()ICustomDataDevolver los datos personalizados.
getRawFrame()IShapeFramedevolver el marco crudo.
setRawFrame(value: IShapeFrame)- Definición del valor de la raíz.
getFrame()IShapeFramedevolver el marco.
setFrame(value: IShapeFrame)Define el valor del marco.
getLineFormat()ILineFormatDevolver el formato de línea.
getThreeDFormat()IThreeDFormatRetorna el formato de tres d.
getEffectFormat()IEffectFormatDevolver el formato de efecto.
isHidden()booleanRetorna verdad si se ha escondido.
setHidden(value: boolean)El valor oculto.
getZOrderPosition()intdevolver la posición de orden.
getConnectionSiteCount()intRetorna el número de sitios de conexión.
getAlternativeText()StringDevolver el texto alternativo.
setAlternativeText(value: String)Define el valor de texto alternativo.
getAlternativeTextTitle()StringRetorna el título de texto alternativo.
setAlternativeTextTitle(value: String)Define el valor de título del texto alternativo.
getName()Stringdevolver el nombre.
setName(value: String)Define el nombre de valor.
isDecorative()booleanDevolverá la verdad si se establece el decorativo.
setDecorative(value: boolean)El valor decorativo.
getUniqueId()intDevolver el ID único.
getOfficeInteropShapeId()intRetorna el ID de formato interop.
isGrouped()booleanRetorna verdad si se establece un grupo.
getAsISlideComponent()ISlideComponentRetorna el componente como yo esclare.
getSlide()IBaseSlideDevolver el slide.
getPresentation()IPresentationDe vuelta la presentación.
asIPresentationComponent()IPresentationComponent

Ver también

 Español