Background Property

 

The Background property returns or sets the background mode of a text object. Returns a Boolean.

 

Syntax

object.Background

object.Background = Background

 

Parameter

Type

Description

Background

Boolean

required; true to create background for text

 

Example 1

This example enables the background mode for a text object.

 

FontFormat.Background = True

 

Example 2

This example returns the state of the background mode for a text object.

 

Debug.Print FontFormat.Background

 

Used by: FontFormat object