PresentationShape

PresentationShape class

Representa una forma de dibujo en un documento de PowerPoint.

public class PresentationShape : PresentationBaseShape, IRotatableTwoDObject

Propiedades

Nombre Descripción
AlternativeText { get; set; } Obtiene o establece el texto descriptivo (alternativo) asociado con estePresentationBaseShape .
FormattedTextFragments { get; } Obtiene la colección de fragmentos de texto formateados de estePresentationShape .
Height { get; set; } Obtiene o establece la altura de estePresentationBaseShapeen puntos.
Id { get; } Obtiene el identificador de estePresentationBaseShape .
Image { get; set; } Obtiene o establece la imagen de estePresentationShape .
ImageFillFormat { get; } Obtiene la configuración de formato de relleno de imagen de estePresentationBaseShape .
Name { get; } Obtiene el nombre de estePresentationBaseShape .
Presentation { get; } Obtiene la presentación principal de estePresentationBaseShape .
RotateAngle { get; set; } Obtiene o establece el ángulo de rotación de estePresentationShape en grados.
ShapeType { get; } Obtiene el tipo de preajuste de geometría de forma.
Text { get; set; } Obtiene o establece el texto de estePresentationShape .
Width { get; set; } Obtiene o establece el ancho de estePresentationBaseShapeen puntos.
X { get; set; } Obtiene o establece el desplazamiento horizontal de estePresentationBaseShape del borde izquierdo de la presentación en puntos.
Y { get; set; } Obtiene o establece el desplazamiento vertical de estePresentationBaseShape from borde superior de presentación en puntos.
ZOrderPosition { get; } Obtiene la posición de estePresentationBaseShape en el orden z.

Métodos

Nombre Descripción
GetHyperlink(PresentationHyperlinkActionType) Obtiene el hipervínculo asociado con estePresentationBaseShape .
SetHyperlink(PresentationHyperlinkActionType, string) Establece el hipervínculo asociado a estePresentationBaseShape .

Ver también