Aspose::Cells::Drawing::OleObject::SetObjectSourceFullName method
Contents
[
Hide
]OleObject::SetObjectSourceFullName(const U16String&) method
Returns the source full name of the source file for the linked OLE object.
void Aspose::Cells::Drawing::OleObject::SetObjectSourceFullName(const U16String &value)
Remarks
Only supports setting the source full name when the file type is OleFileType.Unknown. Such as wav file ,avi file..etc..
See Also
- Class Vector
- Class U16String
- Class OleObject
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++
OleObject::SetObjectSourceFullName(const char16_t*) method
Returns the source full name of the source file for the linked OLE object.
void Aspose::Cells::Drawing::OleObject::SetObjectSourceFullName(const char16_t *value)
Remarks
Only supports setting the source full name when the file type is OleFileType.Unknown. Such as wav file ,avi file..etc..
See Also
- Class Vector
- Class OleObject
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++