public class DocumentInfo extends Object
Represents document info such as keywords and subject.
Modifier and Type | Method and Description |
---|---|
Outline |
getDocOutline(int index)
Gets a outline member from array.
|
EncodingVector |
getEncoding(int index)
Gets a encoding member from array.
|
int |
getOutlineCapacity()
Represents an int value that indicates the currently allocated size of the outline.
|
int |
getOutlineCount()
Represents an int value that indicates the total number of outlines of the Pdf document.
|
float |
getOverlineOffset()
Represents a float value that indicates the offset of the overline.
|
int |
getPathFillRule()
Represents an int value that indicates the path fill rule,which Determines the interior
of shapes for the purpose of filling or clipping.It can be winding or evenodd.
|
float |
getUnderlineOffset()
Represents a float value that indicates the offset of the underline.
|
UserDefinedInfo |
getUserInfoItem()
Represents a UserDefinedInfo object that indicates the user-defined info
of the Pdf document.
|
void |
initDocOutlines(int length)
Initializes outlines array according to given length.
|
boolean |
isTextOverline()
Represents a bool value that indicates overline state.
|
void |
isTextOverline(boolean value) |
boolean |
isTextParamsDone()
Represents a bool value that indicates text params state.
|
void |
isTextParamsDone(boolean value) |
boolean |
isTextStrikeout()
Represents a bool value that indicates stickout state.
|
void |
isTextStrikeout(boolean value) |
boolean |
isTextUnderline()
Represents a bool value that indicates underline state.
|
void |
isTextUnderline(boolean value) |
void |
setAuthor(String value) |
void |
setCreator(String value) |
void |
setDocOutline(int index,
Outline GetAt)
Sets a outline member in the array.
|
void |
setEncoding(int index,
EncodingVector encoding)
Sets a encoding member in the array.
|
void |
setKeywords(String value) |
void |
setOutlineCapacity(int value) |
void |
setOutlineCount(int value) |
void |
setOverlineOffset(float value) |
void |
setPathFillRule(int value) |
void |
setProducer(String value) |
void |
setSubject(String value) |
void |
setTitle(String value) |
void |
setUnderlineOffset(float value) |
void |
setUserInfoItem(UserDefinedInfo value) |
public void setKeywords(String value)
public float getUnderlineOffset()
Represents a float value that indicates the offset of the underline.
public void setUnderlineOffset(float value)
public float getOverlineOffset()
Represents a float value that indicates the offset of the overline.
public void setOverlineOffset(float value)
public void setSubject(String value)
public void setCreator(String value)
public void setProducer(String value)
public void setAuthor(String value)
public void setTitle(String value)
public UserDefinedInfo getUserInfoItem()
Represents a UserDefinedInfo object that indicates the user-defined info of the Pdf document.
public void setUserInfoItem(UserDefinedInfo value)
public int getOutlineCapacity()
Represents an int value that indicates the currently allocated size of the outline.
public void setOutlineCapacity(int value)
public int getOutlineCount()
Represents an int value that indicates the total number of outlines of the Pdf document.
public void setOutlineCount(int value)
public void initDocOutlines(int length)
Initializes outlines array according to given length.
length
- The length of the outline array.public Outline getDocOutline(int index)
Gets a outline member from array.
index
- The position of the member to be get in the array.public void setDocOutline(int index, Outline GetAt)
Sets a outline member in the array.
index
- The position of the member to be set in the array.GetAt
- The outline GetAt to be set.public boolean isTextParamsDone()
Represents a bool value that indicates text params state.
public void isTextParamsDone(boolean value)
public boolean isTextUnderline()
Represents a bool value that indicates underline state.
public void isTextUnderline(boolean value)
public boolean isTextOverline()
Represents a bool value that indicates overline state.
public void isTextOverline(boolean value)
public boolean isTextStrikeout()
Represents a bool value that indicates stickout state.
public void isTextStrikeout(boolean value)
public EncodingVector getEncoding(int index)
Gets a encoding member from array.
index
- The position of the member to be get in the array.public void setEncoding(int index, EncodingVector encoding)
Sets a encoding member in the array.
index
- The position of the member to be set in the array.encoding
- The encoding array.public int getPathFillRule()
Represents an int value that indicates the path fill rule,which Determines the interior of shapes for the purpose of filling or clipping.It can be winding or evenodd.
public void setPathFillRule(int value)
Copyright © 2016 Aspose. All Rights Reserved.