TPDFlibActionInfo
Kiểu dữ liệu
Mô tả
Chứa phần tải có kiểu của một từ điển hành động PDF được trả về từ chú thích, đề mục, kích hoạt vòng đời, trường biểu mẫu hoặc chuỗi hành động
Khai báo
type
TPDFlibActionInfo = record
Kind: TPDFlibActionKind;
URI: AnsiString;
URIIsMap: Boolean;
JavaScript: WideString;
FileName: AnsiString;
OpenInNewWindow: Boolean;
NewWindowSpecified: Boolean;
RemoteDestinationKind: TPDFlibActionTargetKind;
RemoteDestinationID: Integer;
RemoteDestinationName: WideString;
RemotePage: Integer;
RemoteDestinationType: Integer;
RemoteLeft: Double;
RemoteTop: Double;
RemoteRight: Double;
RemoteBottom: Double;
RemoteZoom: Double;
RemoteValueMask: Integer;
LaunchHasWindowsParameters: Boolean;
LaunchParameters: WideString;
LaunchDefaultDirectory: WideString;
LaunchOperation: AnsiString;
NamedName: AnsiString;
FieldCount: Integer;
HideAnnotations: Boolean;
EmbeddedTargetName: AnsiString;
TargetIsParent: Boolean;
ThreadTargetKind: TPDFlibActionTargetKind;
ThreadTargetObjectNumber: Integer;
ThreadTargetIndex: Integer;
ThreadTargetName: WideString;
BeadTargetKind: TPDFlibActionTargetKind;
BeadTargetObjectNumber: Integer;
BeadTargetIndex: Integer;
SoundObjectNumber: Integer;
SoundVolume: Double;
SoundSynchronous: Boolean;
SoundRepeat: Boolean;
SoundMix: Boolean;
MovieAnnotationObjectNumber: Integer;
MovieTitle: WideString;
MovieOperation: TPDFlibMovieOperation;
OCGStateCount: Integer;
PreserveRB: Boolean;
RenditionObjectNumber: Integer;
ScreenAnnotationObjectNumber: Integer;
RenditionOperation: Integer;
Transition: TPDFlibTransitionInfo;
ThreeDAnnotationObjectNumber: Integer;
ThreeDViewKind: TPDFlibActionTargetKind;
ThreeDViewObjectNumber: Integer;
ThreeDViewIndex: Integer;
ThreeDViewName: WideString;
end;Các trường
| Kind | Hạng mục hành động từ TPDFlibActionKind |
|---|---|
| URI, URIIsMap | Đích URI và cờ theo dõi tọa độ chuột |
| JavaScript | Script mà các hành động JavaScript hoặc Rendition mang theo |
| FileName, OpenInNewWindow, NewWindowSpecified | Đích tệp ngoài, tùy chọn cửa sổ và việc tùy chọn đó có được hiện diện tường minh hay không |
| RemoteDestination*, RemotePage, RemoteValueMask | Biểu diễn đích go-to từ xa, handle mảng tái dùng, trang tính từ 0, kiểu fit, tọa độ và một mặt nạ bit nhận diện các giá trị tọa độ hiện diện |
| Launch* | Sự hiện diện từ điển launch Windows, tham số ứng dụng, thư mục mặc định và thao tác, với open được áp dụng làm mặc định chuẩn |
| ThreadTarget*, BeadTarget* | Dạng đích thread và bead, số đối tượng, chỉ số hoặc tiêu đề |
| Sound* | Số đối tượng âm thanh, âm lượng và các cờ đồng bộ, lặp lại và trộn với các mặc định chuẩn được áp dụng |
| Movie* | Chú thích hoặc tiêu đề phim và thao tác |
| OCGStateCount, PreserveRB | Số trạng thái nội dung tùy chọn và chính sách quan hệ nút radio |
| Rendition* | Các đối tượng rendition và chú thích screen cùng thao tác |
| Transition | Từ điển chuyển cảnh hoàn chỉnh trong TPDFlibTransitionInfo |
| ThreeD* | Chi tiết chú thích và bộ chọn view 3D |