mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-20 19:56:33 +08:00
Fix document
This commit is contained in:
+1
-1
@@ -1385,7 +1385,7 @@ Image Object
|
||||
/// <summary>
|
||||
/// Save the image to a stream.
|
||||
/// </summary>
|
||||
/// <param name="stream"/>The stream</param>
|
||||
/// <param name="stream">The stream</param>
|
||||
virtual void SaveToStream(stream::IStream& stream, FormatType formatType = FormatType::Unknown) = 0;
|
||||
};
|
||||
|
||||
|
||||
@@ -412,11 +412,14 @@ Type Declaration
|
||||
CLASS_MEMBER_METHOD(GetText, NO_PARAMETER)
|
||||
CLASS_MEMBER_METHOD(ContainsDocument, NO_PARAMETER)
|
||||
CLASS_MEMBER_METHOD(GetDocument, NO_PARAMETER)
|
||||
CLASS_MEMBER_METHOD(ContainsImage, NO_PARAMETER)
|
||||
CLASS_MEMBER_METHOD(GetImage, NO_PARAMETER)
|
||||
END_INTERFACE_MEMBER(INativeClipboardReader)
|
||||
|
||||
BEGIN_INTERFACE_MEMBER_NOPROXY(INativeClipboardWriter)
|
||||
CLASS_MEMBER_METHOD(SetText, { L"value" })
|
||||
CLASS_MEMBER_METHOD(SetDocument, { L"value" })
|
||||
CLASS_MEMBER_METHOD(SetImage, { L"value" })
|
||||
CLASS_MEMBER_METHOD(Submit, NO_PARAMETER)
|
||||
END_INTERFACE_MEMBER(INativeClipboardWriter)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user