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

NameTypeAccessDescription
blip_type``ReadGets the blip type.
fo_delay``ReadGets the fo delay.
img_offset``ReadGets the img offset.
img_size``ReadGets the img size.

Methods

SignatureDescription
__init__(blip_type: int, fo_delay: int, img_offset: int, img_size: int)

See Also