Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or gets whether to render an empty object as though it contains text.
Syntax
HRESULT value = object.put_inflateBlock(VARIANT_BOOL v);HRESULT value = object.get_inflateBlock(VARIANT_BOOL* p);
Property values
Type: VARIANT_BOOL
One of the values in the Property Values section.
Remarks
The property is used to render empty objects as if they contained text. Empty objects, by default, do not occupy vertical space in a document.
The property affects empty objects only.
When the property is set to true, the height of an empty object is equal to the default text height.
The property applies to block objects.