Package com.sforce.soap.metadata
Class LetterheadHeaderFooter
java.lang.Object
com.sforce.soap.metadata.LetterheadHeaderFooter
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetLogo()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetBackgroundColor(XmlInputStream __in, TypeMapper __typeMapper) voidsetBackgroundColor(String backgroundColor) voidsetHeight(int height) protected voidsetHeight(XmlInputStream __in, TypeMapper __typeMapper) voidsetHorizontalAlignment(LetterheadHorizontalAlignment horizontalAlignment) protected voidsetHorizontalAlignment(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLogo(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetVerticalAlignment(LetterheadVerticalAlignment verticalAlignment) protected voidsetVerticalAlignment(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
LetterheadHeaderFooter
public LetterheadHeaderFooter()Constructor
-
-
Method Details
-
getBackgroundColor
-
setBackgroundColor
-
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
-
setHorizontalAlignment
-
setHorizontalAlignment
protected void setHorizontalAlignment(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLogo
-
setLogo
-
setLogo
protected void setLogo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVerticalAlignment
-
setVerticalAlignment
-
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
- 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
-
toString
-