SpecialTextAttr method

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

Applies to

WPDLLInt

Declaration

function SpecialTextAttr(Select: TxSpecialTextSel): IWPCharacterAttr;

Description

This method makes it possible to modify the appearance of hyperlinks, fields and other text. Select may have the following values:

 

public enum SpecialTextSel // used with IWPCharacterAttr

{

 wpHiddenText = 0,

 wpFootnote = 1,

 wpInsertpoints = 2,

 wpHyperlink = 3,

 wpSPANStyle = 4,

 wpAutomaticText = 5,

 wpProtectedText = 6,

 wpBookmarkedText = 7,

 wpInsertedText = 8, // reserved

 wpDeletedText = 9,  // reserved

 wpWordHighlight = 10,// reserved

 wpFieldTextObjects = 11

}

 

Example:

 

WPDLLInt1.SpecialTextAttr(

    SpecialTextSel.wpInsertpoints).Hidden = true;

WPDLLInt1.SpecialTextAttr(

    SpecialTextSel.wpInsertpoints).CodeTextColor = 0;

Category

Hyperlinks and Bookmarks

Mailmerge


[idh_wpdllint_specialtextattr.htm]    Copyright © 2007 by WPCubed GmbH