BulletFormat-Objekt (PowerPoint)BulletFormat object (PowerPoint)
Stellt die Formatierung von Aufzählungszeichen dar.Represents bullet formatting.
BeispielExample
Verwenden Sie die Bullet-Eigenschaft, um das BulletFormat -Objekt zurückzugeben.Use the Bulletproperty to return the BulletFormat object. Das folgende Beispiel legt die Größe und Farbe Aufzählungszeichen der Absätze in Form 2 auf Folie der aktiven Präsentation.The following example sets the bullet size and color for the paragraphs in shape two on slide one in the active presentation.
With ActivePresentation.Slides(1).Shapes(2)
With .TextFrame.TextRange.ParagraphFormat.Bullet
.Visible = True
.RelativeSize = 1.25
.Character = 169
With .Font
.Color.RGB = RGB(255, 255, 0)
.Name = "Symbol"
End With
End With
End With
MethodenMethods
NameName |
---|
PicturePicture |
EigenschaftenProperties
NameName |
---|
ApplicationApplication |
ZeichenCharacter |
FontFont |
NumberNumber |
ParentParent |
RelativeSizeRelativeSize |
StartValueStartValue |
FormatStyle |
TypType |
UseTextColorUseTextColor |
UseTextFontUseTextFont |
Siehe auchSee also
PowerPoint-ObjektmodellreferenzPowerPoint Object Model Reference
Support und FeedbackSupport and feedback
Haben Sie Fragen oder Feedback zu Office VBA oder zu dieser Dokumentation?Have questions or feedback about Office VBA or this documentation? Unter Office VBA-Support und Feedback finden Sie Hilfestellung zu den Möglichkeiten, wie Sie Support erhalten und Feedback abgeben können.Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.