Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
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 |
FileAttachmentAnnotation.getFile()
Get specification of the file associated with this annotation.
|
FileSpecification |
GoToRemoteAction.getFile()
Gets the specification of the file in which the destination is located.
|
FileSpecification |
MovieAnnotation.getFile()
Gets a file specification identifying a self-describing movie file.
|
FileSpecification |
SubmitFormAction.getUrl()
Destination URL.
|
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 |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<FileSpecification> |
EmbeddedFileCollection.iterator_Rename_Namesake()
Returns colleciton enumerator.
|
com.aspose.ms.System.Collections.IEnumerator<FileSpecification> |
EmbeddedFileCollection.iterator()
Returns colleciton enumerator.
|
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedFileCollection.add(FileSpecification file)
Adds embedded file specification into collection.
|
void |
EmbeddedFileCollection.add(String key,
FileSpecification file)
Adds file to embedded files with the specified key.
|
boolean |
EmbeddedFileCollection.contains(FileSpecification item)
Determines if collection contains specified FileSpecification.
|
void |
EmbeddedFileCollection.copyTo(FileSpecification[] array,
int index)
Copies array of FileSpecification object into colleciton.
|
boolean |
EmbeddedFileCollection.remove(FileSpecification item)
Removes specified FileSpecification from collection.
|
void |
FileAttachmentAnnotation.setFile(FileSpecification value)
Set specification of the file associated with this annotation.
|
void |
GoToRemoteAction.setFile(FileSpecification value)
Sets the specification of the file in which the destination is located.
|
void |
MovieAnnotation.setFile(FileSpecification value)
Sets a file specification identifying a self-describing movie file.
|
void |
SubmitFormAction.setUrl(FileSpecification value)
Destination URL.
|
Constructor and Description |
---|
FileAttachmentAnnotation(Page page,
Rectangle rect,
FileSpecification fileSpec)
Creates new FileAttachment annotation on the specified page.
|
FileParams(FileSpecification spec)
Constructor for FileParams class.
|
Modifier and Type | Method and Description |
---|---|
List<FileSpecification> |
PdfExtractor.getAttachmentInfo()
Gets the list of attachments.
|
Copyright © 2018 Aspose. All Rights Reserved.