LayoutPlaceholderManager

LayoutPlaceholderManager-Klasse

Stellt einen Manager dar, der es Ihnen ermöglicht, Platzhalter zur Layoutfolie hinzuzufügen.

public class LayoutPlaceholderManager : ILayoutPlaceholderManager  

Methoden

NameBeschreibung
AddChartPlaceholder(float, float, float, float)Fügt der Layoutfolie eine neue Platzhalterform hinzu, um ein Diagramm zu halten.
AddContentPlaceholder(float, float, float, float)Fügt der Layoutfolie eine neue Platzhalterform hinzu, um Inhalte wie ein Bild, eine Tabelle, Medien oder Text zu halten.
AddMediaPlaceholder(float, float, float, float)Fügt der Layoutfolie eine neue Platzhalterform hinzu, um ein Medienobjekt zu halten.
AddOnlineImagePlaceholder(float, float, float, float)Fügt der Layoutfolie eine neue Platzhalterform hinzu, um ein Online-Bild zu halten.
AddPicturePlaceholder(float, float, float, float)Fügt der Layoutfolie eine neue Platzhalterform hinzu, um ein Bild zu halten.
AddSmartArtPlaceholder(float, float, float, float)Fügt der Layoutfolie eine neue Platzhalterform hinzu, um ein SmartArt-Diagramm zu halten.
AddTablePlaceholder(float, float, float, float)Fügt der Layoutfolie eine neue Platzhalterform hinzu, um eine Tabelle zu halten.
AddTextPlaceholder(float, float, float, float)Fügt der Layoutfolie eine neue Platzhalterform hinzu, um Textinhalte zu halten.
AddVerticalContentPlaceholder(float, float, float, float)Fügt der Layoutfolie eine neue Platzhalterform hinzu, um Inhalte wie ein Bild, eine Tabelle, Medien oder Text in vertikaler Richtung zu halten.
AddVerticalTextPlaceholder(float, float, float, float)Fügt der Layoutfolie eine neue Platzhalterform hinzu, um Textinhalte in vertikaler Richtung zu halten.

Siehe auch