public interface IAttachment
Represents a common attachment interface
void setName(String value)
Gets or sets an attachment name
value
- a String
object.void save(OutputStream stream)
Saves attachment
stream
- a OutputStream
object.Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.