TrvActionTableProperties.StoreImageFileName |
Top Previous Next |
|
Specifies whether file names (full paths) are stored for background image of table and cells assigned by this action. property StoreImageFileName: Boolean; If this property is True, path to the graphic file is stored in the document: •in the rvespImageFileName item property (see the RichView help file, TRVExtraItemStrProperty type) for tables; •in BackgroundImageFileName cell property for table cells. This is a recommended way to store path to graphic files. You can use these file names when saving HTML files (Include rvsoUseItemImageFileNames in TrvActionSave.SaveOptions and TrvActionExport.SaveOptions). Default value False See also: •TrvActionPasteSpecial.StoreFileName •TrvActionInsertPicture.StoreFileName •TrvActionItemProperties.StoreImageFileName •TCustomRichView.RTFReadProperties.StoreImagesFileNames •HTML Import (for images inserted with HTML, paths to graphic files are always stored in rvespImageFileName) |