Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.86 KB

transparency-cell-character-section.md

File metadata and controls

47 lines (31 loc) · 1.86 KB
title manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid description
Transparency Cell (Character Section)
lindalu
03/09/2015
Developer
reference
vis_sdr.chm50135
medium
ab835a1a-9e90-126e-279f-463882c48e93
Determines the transparency level for a range of a shape's text color.

Transparency Cell (Character Section)

Determines the transparency level for a range of a shape's text color.

Value Description
0 - 100
Represents the percentage of transparency. The default is 0% (completely opaque).

Remarks

Values are rounded to the nearest half percent. A value of 100% is completely transparent. Although a shape that has completely transparent text appears the same on the drawing page as a shape that has no text, it interacts with other objects on the page in the same way as if its transparency were 0%.

You can also set this value by using the slider control on the Font tab in the Text dialog box (on the Home tab, click the Font arrow).

If the Characters section contains multiple rows, the Transparency cell contains formatting information applied to a sub-range of a shape's text. Otherwise, it contains formatting information for all of the shape's text.

To get a reference to the Transparency cell by name from another formula, or from a program by using the CellsU property, use:

Value
Cell name:
Char.ColorTrans[ i ] where i = <1>, 2, 3...

To get a reference to the Transparency cell by index from a program, use the CellsSRC property with the following arguments:

Value
Section index:
visSectionCharacter
Row index:
visRowCharacter + i where i = 0, 1, 2...
Cell index:
visCharacterColorTrans