ParColor Property

[Top]  [Chapter]  [Previous]  [Next]

Applies to

IWPParInterface                                                workswithseltext

Declaration

int ParColor;

Description

The paragraph shading color as RGB value.

Example:

This VB.NET code creates a paragraph style with blue shading. It uses the ColorToRGB utility.

  Memo.SelectStyle("DataRow")

  Memo.CurrStyle.ParColor = WpdllInt1.ColorToRGB(Color.Blue)

  Memo.CurrStyle.ParShading = 20


[idh_iwpparinterface_parcolor.htm]    Copyright © 2007 by WPCubed GmbH