public class FileContainerProxy extends Object
Represents PictureContainer or EmbeddedFileContainer.
Constructor and Description |
---|
FileContainerProxy() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Gets or sets the data for the picture file.
|
String |
getExtension()
Gets or sets the file extension.
|
ExtendedGuid |
getId()
Gets or sets the id.
|
void |
setData(byte[] value)
Gets or sets the data for the picture file.
|
void |
setExtension(String value)
Gets or sets the file extension.
|
void |
setId(ExtendedGuid value)
Gets or sets the id.
|
public ExtendedGuid getId()
Gets or sets the id.
public void setId(ExtendedGuid value)
Gets or sets the id.
public String getExtension()
Gets or sets the file extension.
public void setExtension(String value)
Gets or sets the file extension.
public byte[] getData()
Gets or sets the data for the picture file.
public void setData(byte[] value)
Gets or sets the data for the picture file.
Copyright (c) 2017 Aspose. All Rights Reserved.