Embedded picture.
More...
◆ TEmbeddedPicture()
| TEmbeddedPicture::TEmbeddedPicture |
( |
| ) |
|
◆ ~TEmbeddedPicture()
| TEmbeddedPicture::~TEmbeddedPicture |
( |
| ) |
|
◆ AsBytes()
| TBytes TEmbeddedPicture::AsBytes |
( |
| ) |
|
◆ Complete()
| TEmbeddedPicture::Complete |
( |
| ) |
|
Picture has been read completely from RTF.
◆ getHGoalPx()
| Cardinal TEmbeddedPicture::getHGoalPx |
( |
| ) |
|
◆ getHResult()
| Cardinal TEmbeddedPicture::getHResult |
( |
| ) |
|
◆ GetIsDataURI()
| Boolean TEmbeddedPicture::GetIsDataURI |
( |
| ) |
|
◆ getPictureHTML()
| string TEmbeddedPicture::getPictureHTML |
( |
| ) |
|
◆ getWGoalPx()
| Cardinal TEmbeddedPicture::getWGoalPx |
( |
| ) |
|
◆ getWResult()
| Cardinal TEmbeddedPicture::getWResult |
( |
| ) |
|
◆ Mediatype()
| string TEmbeddedPicture::Mediatype |
( |
| ) |
|
◆ setData() [1/2]
| TEmbeddedPicture::setData |
( |
const TBytes | Bytes | ) |
|
For conversion: overwrite data with bytes.
◆ setData() [2/2]
| TEmbeddedPicture::setData |
( |
const TStream | AStream | ) |
|
For conversion: overwrite data with stream.
◆ Stream()
| TBytesStream TEmbeddedPicture::Stream |
( |
| ) |
|
Picture data as bytes stream.
◆ Write()
| TEmbeddedPicture::Write |
( |
const Byte | s | ) |
|
Write a Byte from RTF picture data.
◆ Data
| TBytesStream TEmbeddedPicture::Data |
◆ FHGoalTwips
| Int64 TEmbeddedPicture::FHGoalTwips |
◆ FMappingMode
| TMappingMode TEmbeddedPicture::FMappingMode |
◆ FOriginalHeight
| Int64 TEmbeddedPicture::FOriginalHeight |
◆ FPictureFormat
◆ FPictureUrl
| string TEmbeddedPicture::FPictureUrl |
◆ FScaleX
| Int64 TEmbeddedPicture::FScaleX |
◆ FScaleY
| Int64 TEmbeddedPicture::FScaleY |
◆ FSize
| Cardinal TEmbeddedPicture::FSize |
◆ FVisible
| Boolean TEmbeddedPicture::FVisible |
◆ FWGoalTwips
| Int64 TEmbeddedPicture::FWGoalTwips |
◆ HGoalPx
| Cardinal TEmbeddedPicture::HGoalPx |
The target height of the picture in pixels.
- See also
- GetHGoalPx For reading
◆ HGoalTwips
| Int64 TEmbeddedPicture::HGoalTwips |
◆ IsDataURI
| Boolean TEmbeddedPicture::IsDataURI |
Indicates whether the picture URL is a data URI.
- See also
- GetIsDataURI For reading
◆ MappingMode
| TMappingMode TEmbeddedPicture::MappingMode |
◆ OriginalHeight
| Int64 TEmbeddedPicture::OriginalHeight |
◆ OriginalWidth
| Int64 TEmbeddedPicture::OriginalWidth |
The original width of the picture.
- See also
- FOriginalWidth For reading
-
FOriginalWidth For writing
◆ PictureFormat
◆ PictureUrl
| string TEmbeddedPicture::PictureUrl |
◆ ScaleX
| Int64 TEmbeddedPicture::ScaleX |
The horizontal scaling factor of the picture.
- See also
- FScaleX For reading
-
FScaleX For writing
◆ ScaleY
| Int64 TEmbeddedPicture::ScaleY |
The vertical scaling factor of the picture.
- See also
- FScaleY For reading
-
FScaleY For writing
◆ strict
| Int64 TEmbeddedPicture::strict |
◆ Visible
| Boolean TEmbeddedPicture::Visible |
Indicates whether the picture is visible.
- See also
- FVisible For reading
-
FVisible For writing
◆ WGoalPx
| Cardinal TEmbeddedPicture::WGoalPx |
The target width of the picture in pixels.
- See also
- GetWGoalPx For reading
◆ WGoalTwips
| Int64 TEmbeddedPicture::WGoalTwips |