Package com.sforce.soap.metadata
Class LetterheadHeaderFooter
- java.lang.Object
-
- com.sforce.soap.metadata.LetterheadHeaderFooter
-
-
Constructor Summary
Constructors Constructor Description LetterheadHeaderFooter()Constructor
-
Method Summary
-
-
-
Method Detail
-
getBackgroundColor
public String getBackgroundColor()
-
setBackgroundColor
public void setBackgroundColor(String backgroundColor)
-
setBackgroundColor
protected void setBackgroundColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHeight
public int getHeight()
-
setHeight
public void setHeight(int height)
-
setHeight
protected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHorizontalAlignment
public LetterheadHorizontalAlignment getHorizontalAlignment()
-
setHorizontalAlignment
public void setHorizontalAlignment(LetterheadHorizontalAlignment horizontalAlignment)
-
setHorizontalAlignment
protected void setHorizontalAlignment(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLogo
public String getLogo()
-
setLogo
public void setLogo(String logo)
-
setLogo
protected void setLogo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVerticalAlignment
public LetterheadVerticalAlignment getVerticalAlignment()
-
setVerticalAlignment
public void setVerticalAlignment(LetterheadVerticalAlignment verticalAlignment)
-
setVerticalAlignment
protected void setVerticalAlignment(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-