#include <IHyperlinkCmdData.h>
|
| enum | { kDefaultIID = IID_IHYPERLINKCMDDATA } |
| |
| virtual bool16 IHyperlinkCmdData::ChangingBorderColor | ( | | ) | const |
| pure virtual |
Are we actually changing the color of the hyperlink?
- Parameters
- Returns
- bool16 - kTrue == Yes
| virtual bool16 IHyperlinkCmdData::ChangingBorderLineWidth | ( | | ) | const |
| pure virtual |
Are we actually changing the border width of the hyperlink?
- Parameters
- Returns
- bool16 - kTrue == Yes
| virtual bool16 IHyperlinkCmdData::ChangingFileMissing | ( | | ) | const |
| pure virtual |
Are we actually changing the hyperlink destination file missing flag?
- Returns
- bool16 - kTrue = Yes
| virtual bool16 IHyperlinkCmdData::ChangingHyperlinkAltText | ( | | ) | const |
| pure virtual |
Are we actually changing the hyperlink altenate text?
- Returns
- bool16 - kTrue = Yes
| virtual bool16 IHyperlinkCmdData::ChangingHyperlinkDestination | ( | | ) | const |
| pure virtual |
Are we actually changing the destination of the hyperlink?
- Parameters
- Returns
- bool16 - kTrue == Yes
| virtual bool16 IHyperlinkCmdData::ChangingHyperlinkHilight | ( | | ) | const |
| pure virtual |
Are we actually changing the hilight of the hyperlink?
- Parameters
- Returns
- bool16 - kTrue == Yes
| virtual bool16 IHyperlinkCmdData::ChangingHyperlinkName | ( | | ) | const |
| pure virtual |
Are we actually changing the name of the hyperlink?
- Parameters
- Returns
- bool16 - kTrue == Yes
| virtual bool16 IHyperlinkCmdData::ChangingHyperlinkOutlineLineStyle | ( | | ) | const |
| pure virtual |
Are we actually changing the outline line style of the hyperlink?
- Parameters
- Returns
- bool16 - kTrue == Yes
| virtual bool16 IHyperlinkCmdData::ChangingVisibleAttribute | ( | | ) | const |
| pure virtual |
Are we actually changing the visible attribute of the hyperlink?
- Parameters
- Returns
- bool16 - kTrue == Yes
| virtual const UID IHyperlinkCmdData::GetBorderColorUID | ( | | ) | const |
| pure virtual |
Get Hyperlink border color
- Parameters
- Returns
- const UID - UID of color to use in the border
| virtual int32 IHyperlinkCmdData::GetBorderLineWidth | ( | | ) | const |
| pure virtual |
Get Hyperlink line width
- Parameters
- Returns
- int23 - 1 == Thin, 2 == Medium, 3 == Thick
| virtual bool16 IHyperlinkCmdData::GetFileMissing | ( | | ) | const |
| pure virtual |
Get hyperlink destination file missing flag
- Returns
- bool16
| virtual const PMString IHyperlinkCmdData::GetHyperlinkAltText | ( | | ) | |
| pure virtual |
Get Hyperlink alternate text.
- Parameters
- Returns
- const PMString - Alternate text of hyperlink
| virtual const UIDRef& IHyperlinkCmdData::GetHyperlinkDestination | ( | | ) | const |
| pure virtual |
Get the hyperlink destination UIDRef
- Parameters
- Returns
- const UIDRef& - UIDRef of the required destination
| virtual int32 IHyperlinkCmdData::GetHyperlinkDestinationUniqueKey | ( | | ) | const |
| pure virtual |
Get the hyperlink destination unique key
- Parameters
- Returns
- int32 - unique key of the required destination
| virtual IHyperlinkAppearanceData::HyperlinkHilight IHyperlinkCmdData::GetHyperlinkHilight | ( | | ) | const |
| pure virtual |
Get Hyperlink hilight
- Parameters
- Returns
- IHyperlinkAppearanceData::HyperlinkHilight - Used for Acrobat
| virtual const PMString& IHyperlinkCmdData::GetHyperlinkName | ( | | ) | const |
| pure virtual |
Get Hyperlink name
- Parameters
- Returns
- const PMString& - Name of the new hyperlink
| virtual IHyperlinkAppearanceData::HyperlinkOutlineLineStyle IHyperlinkCmdData::GetHyperlinkOutlineLineStyle | ( | | ) | const |
| pure virtual |
Get Hyperlink outline line style
- Parameters
- Returns
- IHyperlinkAppearanceData::HyperlinkOutlineLineStyle kHyperlinkSolidOutline == solid line, kHyperlinkDashedOutline == dashed line
| virtual bool16 IHyperlinkCmdData::GetVisible | ( | | ) | const |
| pure virtual |
Get Hyperlink visible rectangle state
- Parameters
- Returns
- bool16 - kTrue == Visible rectangle
| virtual void IHyperlinkCmdData::InitializeToDefaultAppearance | ( | IDataBase * | db | ) | |
| pure virtual |
Initialize the hyperlink to the standard default appearance
- Parameters
| *db | - DataBase (to get the UID of the color) |
| virtual bool16 IHyperlinkCmdData::IsFromDuplicate | ( | | ) | const |
| pure virtual |
Is this from a duplicate command.
- Returns
- bool16 kTrue is we are creating a new text destination from a dupplicate command.
| virtual void IHyperlinkCmdData::Set | ( | const UIDRef & | hyperLinkDestination, | | | const PMString * | name = nil | | ) | | |
| pure virtual |
Set the required information by calling this single method
- Parameters
| &hyperLinkDestination | - The destination to point to |
| name | - The name of the hyperlink |
| virtual void IHyperlinkCmdData::SetBorderColorUID | ( | const UID | interfaceColorUID | ) | |
| pure virtual |
Set Hyperlink border color
- Parameters
| interfaceColorUID | - UID of color to use in the border |
| virtual void IHyperlinkCmdData::SetBorderLineWidth | ( | const int32 | strokeWidthInPixels | ) | |
| pure virtual |
Set Hyperlink line width
- Parameters
| strokeWidthInPixels | - 1 == Thin, 2 == Medium, 3 == Thick |
| virtual void IHyperlinkCmdData::SetFileMissing | ( | bool16 | fileMissing | ) | |
| pure virtual |
Set hyperlink destination file missing flag
- Parameters
| fileMising | - kTrue if file is missing, kFalse otherwise. |
| virtual void IHyperlinkCmdData::SetFromDuplicate | ( | bool16 | fromDup | ) | |
| pure virtual |
Set whether it is from a duplicate command.
- Parameters
| fromDup | - kTrue if from duplicate command. |
| virtual void IHyperlinkCmdData::SetHyperlinkAltText | ( | const PMString | altText | ) | |
| pure virtual |
Set Hyperlink alternate text.
- Parameters
| altText | - Alternate text of hyperlink. |
| virtual void IHyperlinkCmdData::SetHyperlinkDestination | ( | const UIDRef & | hyperLinkDestination | ) | |
| pure virtual |
Set the hyperlink destination UIDRef
- Parameters
| &hyperLinkDestination | - UIDRef of the destination |
| virtual void IHyperlinkCmdData::SetHyperlinkDestinationUniqueKey | ( | int32 | uniqueKey | ) | |
| pure virtual |
Set the hyperlink destination unique key
- Parameters
| uniqueKey | - unique key of the destination |
| virtual void IHyperlinkCmdData::SetHyperlinkHilight | ( | IHyperlinkAppearanceData::HyperlinkHilight | hilightType | ) | |
| pure virtual |
Set Hyperlink hilight
- Parameters
| hilightType | - Used for Acrobat |
| virtual void IHyperlinkCmdData::SetHyperlinkName | ( | const PMString * | name = nil | ) | |
| pure virtual |
Set Hyperlink name
- Parameters
| virtual void IHyperlinkCmdData::SetHyperlinkOutlineLineStyle | ( | IHyperlinkAppearanceData::HyperlinkOutlineLineStyle | style | ) | |
| pure virtual |
Set Hyperlink outline line style
- Parameters
| style | kHyperlinkSolidOutline == solid line, kHyperlinkDashedOutline == dashed line |
| virtual void IHyperlinkCmdData::SetVisible | ( | const bool16 | bIsVisible | ) | |
| pure virtual |
Set Hyperlink visible rectangle state
- Parameters
| bIsVisible | - kTrue == Visible rectangle |