BlipInfo
Overview
BlipInfo is a class in Aspose.Words FOSS for Python.
Parsed BSE (Blip Store Entry) with location of image data.
This class provides 1 method for working with BlipInfo objects in Python programs.
Available methods include: __init__.
All exported members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Properties: blip_type, fo_delay, img_offset, img_size.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
blip_type | `` | Read | Gets the blip type. |
fo_delay | `` | Read | Gets the fo delay. |
img_offset | `` | Read | Gets the img offset. |
img_size | `` | Read | Gets the img size. |
Methods
| Signature | Description |
|---|---|
__init__(blip_type: int, fo_delay: int, img_offset: int, img_size: int) |