Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.62 KB

File metadata and controls

22 lines (18 loc) · 1.62 KB

DocxImage

Properties

Name Type Description Notes
path string The Path of the location of this object; leave blank for new tables [optional]
image_name string The Name of the image [optional]
image_id int The Id of the image [optional]
image_description string The Description of the image [optional]
image_width int Width of the image in EMUs (English Metric Units); set to 0 to default to page width and aspect-ratio based height [optional]
image_height int Height of the image in EMUs (English Metric Units); set to 0 to default to page width and aspect-ratio based height [optional]
x_offset int X (horizontal) offset of the image [optional]
y_offset int Y (vertical) offset of the image [optional]
image_data_embed_id string Read-only; internal ID for the image contents [optional]
image_data_content_type string Read-only; image data MIME content-type [optional]
image_internal_file_name string Read-only; internal file name/path for the image [optional]
image_contents_url string URL to the image contents; file is stored in an in-memory cache and will be deleted. Call Finish-Editing to get the contents. [optional]
inline_with_text bool True if the image is inline with the text; false if it is floating [optional]

[Back to Model list] [Back to API list] [Back to README]