Background

Background class

Représente l’arrière-plan d’une diapositive.

public sealed class Background : PVIObject, IBackground

Propriétés

NomLa description
AsIPresentationComponent { get; }Permet d’obtenir l’interface IPresentationComponent de base. Lecture seuleIPresentationComponent .
EffectFormat { get; }Renvoie un EffectFormat pour BackgroundType.OwnBackground fill. Lecture seuleIEffectFormat .
FillFormat { get; }Renvoie un FillFormat pour BackgroundType.OwnBackground fill. Lecture seuleIFillFormat .
Presentation { get; }Renvoie la présentation parent d’une diapositive. Lecture seuleIPresentation .
Slide { get; }Renvoie la diapositive parent d’une forme. Lecture seuleIBaseSlide .
StyleColor { get; }Renvoie un ColorFormat pour un BackgroundType.Themed fill. Lecture seuleIColorFormat .
StyleIndex { get; set; }Renvoie un index de BackgroundType.Themed fill dans la collection de thèmes d’arrière-plan. 0 signifie pas de remplissage. 1..999 - index. Lecture/écritureUInt16 .
Type { get; set; }Renvoie un type de remplissage d’arrière-plan. Lecture/écritureBackgroundType .

Méthodes

NomLa description
override Equals(object)Compare avec l’objet spécifié.
GetEffective()Obtient les données d’arrière-plan effectives avec l’héritage appliqué.
override GetHashCode()Renvoie le code de hachage.

Voir également