#include "webattr.h"
Go to the source code of this file.
Classes | |
class | WebAddressDlg |
The new Web Address dialog. More... | |
Defines | |
#define | OPTOKEN_WEBADDRESSDLG _T("WebAddressDlg") |
#define | OPTOKEN_HOTLINKOP _T("HotLinkOp") |
Enumerations | |
enum | WebCommonAttributeResult { WCA_NOSELECTION, WCA_SINGLE, WCA_MANY, WCA_DEFAULT } |
This class shows what common WebAddressAttributes are applied to the selection, as follows:. More... |
|
Definition at line 108 of file hlinkdlg.h. |
|
Definition at line 107 of file hlinkdlg.h. |
|
This class shows what common WebAddressAttributes are applied to the selection, as follows:.
WCA_SINGLE Identical attributes are applied to the entire selection WCA_MANY Different attributes are applied to the selection WCA_DEFAULT The default attribute is applied to the selection It's very similar to Range::CommonAttribResult, but with the extra "WCA_DEFAULT" member added in, because the Web Address dialog box treats the default attribute as a special case. Definition at line 134 of file hlinkdlg.h. 00135 { 00136 WCA_NOSELECTION, 00137 WCA_SINGLE, 00138 WCA_MANY, 00139 WCA_DEFAULT 00140 } WebCommonAttributeResult;
|