public interface IPlacedLayerResource
Defines the IPlacedLayerResource interface that contains information about a placed layer in the PSD file. Is is a markup interface used to designate PlLd, Sold and Sole resources in the Adobe� Photoshop� images. Is is used to support smart object layers in the Adobe� Photoshop� images.
| Modifier and Type | Method and Description |
|---|---|
int |
getAntiAliasPolicy()
Gets or sets the anti alias policy of the placed layer in the PSD image.
|
double |
getBottom()
Gets or sets the bottom location of the placed layer in the PSD image.
|
Rectangle |
getBounds()
Gets or sets the bounds of the placed layer in the PSD file.
|
double[] |
getHorizontalMeshPoints()
Gets or sets the horizontal mesh points of the placed layer in the PSD file.
|
int |
getHorizontalMeshPointUnit()
Gets or sets the measure unit of the horizontal mesh points.
|
OSTypeStructure[] |
getItems()
Gets or sets the warp items.
|
double |
getLeft()
Gets or sets the left location of the placed layer in the PSD file.
|
int |
getPageNumber()
Gets or sets the page number of the placed layer in the PSD file.
|
double |
getPerspective()
Gets or sets the perspective value of the placed layer in the PSD file.
|
double |
getPerspectiveOther()
Gets or sets the perspective other value of the placed layer in the PSD file.
|
int |
getPlacedLayerType()
Gets or sets the type of the placed layer in the PSD file.
|
double |
getRight()
Gets or sets the right location of the placed layer in the PSD file.
|
double |
getTop()
Gets or sets the top location of the placed layer in the PSD image.
|
int |
getTotalPages()
Gets or sets the total pages of the placed layer in the PSD file.
|
double[] |
getTransformMatrix()
Gets or sets the transform matrix of the placed layer in the PSD file.
|
UUID |
getUniqueId()
Gets or sets the global unique identifier of the or smart object placed layer in the PSD image.
|
int |
getUOrder()
Gets or sets the U order value of the placed layer in the PSD file.
|
double |
getValue()
Gets or sets the warp value of the placed layer in the PSD image.
|
int |
getVersion()
Gets the version of the placed layer in the PSD file, usually 3-5.
|
double[] |
getVerticalMeshPoints()
Gets or sets the horizontal mesh points of the placed layer in the PSD file.
|
int |
getVerticalMeshPointUnit()
Gets or sets the measure unit of the vertical mesh points.
|
int |
getVOrder()
Gets or sets the V order value of the placed layer in the PSD file.
|
boolean |
isCustom()
Gets or sets a value indicating whether this instance warp style is custom.
|
void |
setAntiAliasPolicy(int value)
Gets or sets the anti alias policy of the placed layer in the PSD image.
|
void |
setBottom(double value)
Gets or sets the bottom location of the placed layer in the PSD image.
|
void |
setBounds(Rectangle value)
Gets or sets the bounds of the placed layer in the PSD file.
|
void |
setCustom(boolean value)
Gets or sets a value indicating whether this instance warp style is custom.
|
void |
setHorizontalMeshPoints(double[] value)
Gets or sets the horizontal mesh points of the placed layer in the PSD file.
|
void |
setHorizontalMeshPointUnit(int value)
Gets or sets the measure unit of the horizontal mesh points.
|
void |
setItems(OSTypeStructure[] value)
Gets or sets the warp items.
|
void |
setLeft(double value)
Gets or sets the left location of the placed layer in the PSD file.
|
void |
setPageNumber(int value)
Gets or sets the page number of the placed layer in the PSD file.
|
void |
setPerspective(double value)
Gets or sets the perspective value of the placed layer in the PSD file.
|
void |
setPerspectiveOther(double value)
Gets or sets the perspective other value of the placed layer in the PSD file.
|
void |
setPlacedLayerType(int value)
Gets or sets the type of the placed layer in the PSD file.
|
void |
setRight(double value)
Gets or sets the right location of the placed layer in the PSD file.
|
void |
setTop(double value)
Gets or sets the top location of the placed layer in the PSD image.
|
void |
setTotalPages(int value)
Gets or sets the total pages of the placed layer in the PSD file.
|
void |
setTransformMatrix(double[] value)
Gets or sets the transform matrix of the placed layer in the PSD file.
|
void |
setUniqueId(UUID value)
Gets or sets the global unique identifier of the or smart object placed layer in the PSD image.
|
void |
setUOrder(int value)
Gets or sets the U order value of the placed layer in the PSD file.
|
void |
setValue(double value)
Gets or sets the warp value of the placed layer in the PSD image.
|
void |
setVerticalMeshPoints(double[] value)
Gets or sets the horizontal mesh points of the placed layer in the PSD file.
|
void |
setVerticalMeshPointUnit(int value)
Gets or sets the measure unit of the vertical mesh points.
|
void |
setVOrder(int value)
Gets or sets the V order value of the placed layer in the PSD file.
|
int getVersion()
Gets the version of the placed layer in the PSD file, usually 3-5.
Value: The placed or smart object layer version.UUID getUniqueId()
Gets or sets the global unique identifier of the or smart object placed layer in the PSD image.
Value: The unique identifier of the placed layer.void setUniqueId(UUID value)
Gets or sets the global unique identifier of the or smart object placed layer in the PSD image.
Value: The unique identifier of the placed layer.boolean isCustom()
Gets or sets a value indicating whether this instance warp style is custom. If true it contains mesh points. If set to false it erases mesh points.
Value:true if the placed or smart object layer resource has custom style; otherwise, false.void setCustom(boolean value)
Gets or sets a value indicating whether this instance warp style is custom. If true it contains mesh points. If set to false it erases mesh points.
Value:true if the placed or smart object layer resource has custom style; otherwise, false.int getPageNumber()
Gets or sets the page number of the placed layer in the PSD file.
Value: The page number of the placed layer.void setPageNumber(int value)
Gets or sets the page number of the placed layer in the PSD file.
Value: The page number of the placed layer.int getTotalPages()
Gets or sets the total pages of the placed layer in the PSD file.
Value: The total pages of the placed layer.void setTotalPages(int value)
Gets or sets the total pages of the placed layer in the PSD file.
Value: The total pages of the placed layer.int getAntiAliasPolicy()
Gets or sets the anti alias policy of the placed layer in the PSD image.
Value: The anti alias policy of the placed layer.void setAntiAliasPolicy(int value)
Gets or sets the anti alias policy of the placed layer in the PSD image.
Value: The anti alias policy of the placed layer.int getPlacedLayerType()
Gets or sets the type of the placed layer in the PSD file.
Value: The type of the placed layer.void setPlacedLayerType(int value)
Gets or sets the type of the placed layer in the PSD file.
Value: The type of the placed layer.double getLeft()
Gets or sets the left location of the placed layer in the PSD file.
Value: The left location of the placed layer.void setLeft(double value)
Gets or sets the left location of the placed layer in the PSD file.
Value: The left location of the placed layer.double getTop()
Gets or sets the top location of the placed layer in the PSD image.
Value: The top location of the placed layer.void setTop(double value)
Gets or sets the top location of the placed layer in the PSD image.
Value: The top location of the placed layer.double getRight()
Gets or sets the right location of the placed layer in the PSD file.
Value: The right location of the placed layer.void setRight(double value)
Gets or sets the right location of the placed layer in the PSD file.
Value: The right location of the placed layer.double getBottom()
Gets or sets the bottom location of the placed layer in the PSD image.
Value: The bottom location of the placed layer.void setBottom(double value)
Gets or sets the bottom location of the placed layer in the PSD image.
Value: The bottom location of the placed layer.Rectangle getBounds()
Gets or sets the bounds of the placed layer in the PSD file.
Value: The placed layer bounds.void setBounds(Rectangle value)
Gets or sets the bounds of the placed layer in the PSD file.
Value: The placed layer bounds.double[] getTransformMatrix()
Gets or sets the transform matrix of the placed layer in the PSD file.
Value: The transform matrix of the placed layer.void setTransformMatrix(double[] value)
Gets or sets the transform matrix of the placed layer in the PSD file.
Value: The transform matrix of the placed layer.double[] getHorizontalMeshPoints()
Gets or sets the horizontal mesh points of the placed layer in the PSD file.
Value: The horizontal mesh points of the placed layer.void setHorizontalMeshPoints(double[] value)
Gets or sets the horizontal mesh points of the placed layer in the PSD file.
Value: The horizontal mesh points of the placed layer.double[] getVerticalMeshPoints()
Gets or sets the horizontal mesh points of the placed layer in the PSD file.
Value: The horizontal mesh points of the placed layer.void setVerticalMeshPoints(double[] value)
Gets or sets the horizontal mesh points of the placed layer in the PSD file.
Value: The horizontal mesh points of the placed layer.int getHorizontalMeshPointUnit()
Gets or sets the measure unit of the horizontal mesh points.
Value: The measure unit of the horizontal mesh points.void setHorizontalMeshPointUnit(int value)
Gets or sets the measure unit of the horizontal mesh points.
Value: The measure unit of the horizontal mesh points.int getVerticalMeshPointUnit()
Gets or sets the measure unit of the vertical mesh points.
Value: The measure unit of the vertical mesh points.void setVerticalMeshPointUnit(int value)
Gets or sets the measure unit of the vertical mesh points.
Value: The measure unit of the vertical mesh points.double getValue()
Gets or sets the warp value of the placed layer in the PSD image.
Value: The warp value of the placed layer.void setValue(double value)
Gets or sets the warp value of the placed layer in the PSD image.
Value: The warp value of the placed layer.double getPerspective()
Gets or sets the perspective value of the placed layer in the PSD file.
Value: The perspective value of the placed layer.void setPerspective(double value)
Gets or sets the perspective value of the placed layer in the PSD file.
Value: The perspective value of the placed layer.double getPerspectiveOther()
Gets or sets the perspective other value of the placed layer in the PSD file.
Value: The perspective other value of the placed layer.void setPerspectiveOther(double value)
Gets or sets the perspective other value of the placed layer in the PSD file.
Value: The perspective other value of the placed layer.int getUOrder()
Gets or sets the U order value of the placed layer in the PSD file.
Value: The U order value of the placed layer.void setUOrder(int value)
Gets or sets the U order value of the placed layer in the PSD file.
Value: The U order value of the placed layer.int getVOrder()
Gets or sets the V order value of the placed layer in the PSD file.
Value: The V order value of the placed layer.void setVOrder(int value)
Gets or sets the V order value of the placed layer in the PSD file.
Value: The V order value of the placed layer.OSTypeStructure[] getItems()
Gets or sets the warp items.
Value: The warp items.void setItems(OSTypeStructure[] value)
Gets or sets the warp items.
Value: The warp items.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.