PresentationBaseShape

PresentationBaseShape class

Proporciona la clase base abstracta para formas de todo tipo en un documento de PowerPoint.

public abstract class PresentationBaseShape : ShapeSearchAdapter, IPresentationHyperlinkContainer, 
    ITwoDObject

Propiedades

Nombre Descripción
AlternativeText { get; set; } Obtiene o establece el texto descriptivo (alternativo) asociado con estePresentationBaseShape .
Height { get; set; } Obtiene o establece la altura de estePresentationBaseShapeen puntos.
Id { get; } Obtiene el identificador de estePresentationBaseShape .
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 .
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