public class TypeToolLineInfo extends Object
Type tool line info.
Constructor and Description |
---|
TypeToolLineInfo() |
Modifier and Type | Method and Description |
---|---|
char |
getChar()
Gets or sets the char.
|
void |
save(com.aspose.imaging.StreamContainer streamContainer,
int psdVersion)
Saves the
TypeToolLineInfo information to the specified stream container. |
void |
setChar(char value)
Gets or sets the char.
|
public char getChar()
Gets or sets the char.
Value: The char.public void setChar(char value)
Gets or sets the char.
Value: The char.public void save(com.aspose.imaging.StreamContainer streamContainer, int psdVersion)
Saves the TypeToolLineInfo
information to the specified stream container.
streamContainer
- The stream container to save to.psdVersion
- The PSD version.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.