Txt2Resource
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.LayerResource
public class Txt2Resource extends LayerResource
Txt2 resource class
Constructors
Constructor | Description |
---|---|
Txt2Resource() | Initializes a new instance of the Txt2Resource class. |
Fields
Field | Description |
---|---|
PsbHeaderVersion_internalized | The PSB header version |
PsbResourceSignature | The PSB-specific resource signature. |
PsdHeaderVersion_internalized | The PSD header version |
ResourceSignature | The common resource signature. |
TypeToolKey | The type tool info key. |
ventureLicense_internalized | The venture license. |
Methods
Txt2Resource()
public Txt2Resource()
Initializes a new instance of the Txt2Resource class.
PsbHeaderVersion_internalized
public static final int PsbHeaderVersion_internalized
The PSB header version
PsbResourceSignature
public static final int PsbResourceSignature
The PSB-specific resource signature.
PsdHeaderVersion_internalized
public static final int PsdHeaderVersion_internalized
The PSD header version
ResourceSignature
public static final int ResourceSignature
The common resource signature.
TypeToolKey
public static final int TypeToolKey
The type tool info key.
ventureLicense_internalized
public Object ventureLicense_internalized
The venture license.
addTextRecord(String text, RectangleF bounds)
public final int addTextRecord(String text, RectangleF bounds)
Adds the text record to Resource and returns id of text record.
Parameters:
Parameter | Type | Description |
---|---|---|
text | java.lang.String | The record text. |
bounds | RectangleF | The bounds. |
Returns: int - Returns Id of text record for resource
checkAndSetIfResourceIsPsbSpecific_internalized(int key)
public final void checkAndSetIfResourceIsPsbSpecific_internalized(int key)
Checks the and set if resource is PSB specific. Some resources are not recognized for now, but we have full list of PSB specific resources which changes their behaviour on save. So we need to check this in UnknownResource at least
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | The key. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getData()
public final byte[] getData()
Gets or sets the data.
Value: The data.
Returns: byte[]
getHeader_internalized()
public final PsdHeader getHeader_internalized()
Gets or sets the header.
Value: The header.
Returns: com.aspose.internal.fileformats.psd.sections.PsdHeader
getKey()
public int getKey()
Gets the layer resource key.
Returns: int
getKeys_internalized(System.Collections.Generic.Dictionary<String,Object> tree)
public static ITextEngineKeys getKeys_internalized(System.Collections.Generic.Dictionary<String,Object> tree)
Gets the is resource compressed.
Parameters:
Parameter | Type | Description |
---|---|---|
tree | com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,java.lang.Object> | The tree. |
Returns: com.aspose.internal.fileformats.psd.layers.layerresources.ITextEngineKeys - Returns object with keys.
getLength()
public int getLength()
Gets the layer resource length in bytes.
Returns: int
getParsedTxt2Model_internalized()
public final Txt2DataRoot getParsedTxt2Model_internalized()
Parse the txt2 data to Txt2DataRoot class instance.
Returns: com.aspose.internal.fileformats.psd.layers.text.txt2data.Txt2DataRoot - The txt2 data as Txt2DataRoot class instance.
getPrefixLength_internalized(int psdVersion)
public final int getPrefixLength_internalized(int psdVersion)
Gets the prefix length. Default value is 12 for 8BIM resources. and 16 for 8B64
Parameters:
Parameter | Type | Description |
---|---|---|
psdVersion | int | The PSD version. |
Returns: int - The Prefix Length.
getPsdVersion()
public int getPsdVersion()
Gets the minimal psd version required for layer resource. 0 indicates no restrictions.
Returns: int
getSignature()
public int getSignature()
Gets the layer resource signature.
Returns: int
getTextData()
public final String[] getTextData()
Gets the text record from resource data.
Returns: java.lang.String[] - Array of text record
getText_internalized()
public final String getText_internalized()
Gets or sets the name.
Value: The name.
Returns: java.lang.String
getTxt2FromParsedTree_internalized(System.Collections.Generic.Dictionary<String,Object> tree)
public final String getTxt2FromParsedTree_internalized(System.Collections.Generic.Dictionary<String,Object> tree)
Gets the TXT2 from parsed tree.
Parameters:
Parameter | Type | Description |
---|---|---|
tree | com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,java.lang.Object> | The data tree. |
Returns: java.lang.String - The Txt2 data.
getTxt2ParsedTree_internalized()
public final System.Collections.Generic.Dictionary<String,Object> getTxt2ParsedTree_internalized()
Gets the TXT2 parsed tree.
Returns: com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,java.lang.Object> - Parsed tree
hashCode()
public native int hashCode()
Returns: int
isResourcePsbSpecificByKey_internalized(int key)
public static boolean isResourcePsbSpecificByKey_internalized(int key)
Determines whether the resource is PSB specific.
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | The resource key. |
Returns: boolean - true if the resource is PSB specific; otherwise, false .
isResourcePsbSpecific_internalized()
public final boolean isResourcePsbSpecific_internalized()
Gets a value indicating whether this instance is resource PSB specific.
Value: true if this instance is resource PSB specific; otherwise, false .
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
removeTextRecord_internalized(int textIndex)
public final void removeTextRecord_internalized(int textIndex)
Remove the text record from Resource.
Parameters:
Parameter | Type | Description |
---|---|---|
textIndex | int | The index of text record to remove. |
save(StreamContainer streamContainer, int psdVersion)
public void save(StreamContainer streamContainer, int psdVersion)
Saves the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container. |
psdVersion | int | The PSD version. |
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)
public final void saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)
Saves the custom resource header.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container. |
signature | int | The signature. |
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong)
public final void saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong)
Saves the header signature, identifier and length.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container. |
signature | int | The signature. |
isLengthLong | boolean | if set to true length is long. |
setData(byte[] value)
public final void setData(byte[] value)
Gets or sets the data.
Value: The data.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte[] |
setHeader_internalized(PsdHeader value)
public final void setHeader_internalized(PsdHeader value)
Gets or sets the header.
Value: The header.
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.internal.fileformats.psd.sections.PsdHeader |
setText_internalized(String value)
public final void setText_internalized(String value)
Gets or sets the name.
Value: The name.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns a String that represents this instance.
Returns: java.lang.String - A String that represents this instance.
updateTextData_internalized(int textIndex, String newText, double fontSize, Color color)
public final void updateTextData_internalized(int textIndex, String newText, double fontSize, Color color)
Updates the text record by text Index with new default text data and new text, font size and color.
Parameters:
Parameter | Type | Description |
---|---|---|
textIndex | int | The index of text record in txt2 resource data. |
newText | java.lang.String | The new text. |
fontSize | double | the new font size. |
color | Color | The new text color. |
updateTxt2DataFromModel_internalized(Txt2DataRoot txt2DataRoot)
public final void updateTxt2DataFromModel_internalized(Txt2DataRoot txt2DataRoot)
Updates the txt2 data from Txt2DataRoot model.
Parameters:
Parameter | Type | Description |
---|---|---|
txt2DataRoot | com.aspose.internal.fileformats.psd.layers.text.txt2data.Txt2DataRoot | The txt2 data model. |
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |