Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
Modifier and Type | Method and Description |
---|---|
FileSpecification |
EmbeddedFileCollection.get_Item(int index)
Gets embedded file by its index.
|
FileSpecification |
EmbeddedFileCollection.get_Item(String name)
Gets embedded file by its name.
|
FileSpecification |
MovieAnnotation.getFile()
Gets a file specification identifying a self-describing movie file.
|
FileSpecification |
GoToRemoteAction.getFile()
Gets the specification of the file in which the destination is located.
|
FileSpecification |
FileAttachmentAnnotation.getFile()
The specification of the file associated with this annotation.
|
FileSpecification |
SubmitFormAction.getUrl() |
static FileSpecification |
InternalHelper.newFileSpecification(com.aspose.pdf.engine.data.IPdfPrimitive specification) |
static FileSpecification |
InternalHelper.newFileSpecification(com.aspose.ms.System.IO.Stream stream,
String name) |
static FileSpecification |
InternalHelper.newFileSpecification(com.aspose.ms.System.IO.Stream stream,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedFileCollection.add(FileSpecification file)
Adds embedded file specification into collection.
|
void |
MovieAnnotation.setFile(FileSpecification value)
Sets a file specification identifying a self-describing movie file.
|
void |
GoToRemoteAction.setFile(FileSpecification value)
Sets the specification of the file in which the destination is located.
|
void |
FileAttachmentAnnotation.setFile(FileSpecification value) |
void |
SubmitFormAction.setUrl(FileSpecification value) |
Constructor and Description |
---|
FileAttachmentAnnotation(Page page,
Rectangle rect,
FileSpecification fileSpec)
Creates new FileAttachment annotation on the specified page.
|
Copyright © 2017 Aspose. All Rights Reserved.