org.odftoolkit.odfdom.dom.element.text
public class TextMetaFieldElement extends OdfElement
Modifier and Type | Field and Description |
---|---|
static OdfName |
ELEMENT_NAME |
localName, namespaceURI
attributes, name
firstChild, fNodeListCache, ownerDocument
nextSibling, previousSibling
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION
Constructor and Description |
---|
TextMetaFieldElement(OdfFileDom ownerDoc)
Create the instance of
TextMetaFieldElement |
cloneNode, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onInsertNode, onRemoveNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, setOdfAttributeValue, toString
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren
getNextSibling, getParentNode, getPreviousSibling
addEventListener, appendChild, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserData
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData
public static final OdfName ELEMENT_NAME
public TextMetaFieldElement(OdfFileDom ownerDoc)
TextMetaFieldElement
ownerDoc
- The type is OdfFileDom
public OdfName getOdfName()
getOdfName
in class OdfElement
OdfName
the name of element text:meta-field.public String getStyleDataStyleNameAttribute()
StyleDataStyleNameAttribute
, See style:data-style-nameString
, the value or null
, if the attribute is not set and no default value defined.public void setStyleDataStyleNameAttribute(String styleDataStyleNameValue)
StyleDataStyleNameAttribute
, See style:data-style-namestyleDataStyleNameValue
- The type is String
public String getXmlIdAttribute()
XmlIdAttribute
, See xml:id
Attribute is mandatory.String
, the value or null
, if the attribute is not set and no default value defined.public void setXmlIdAttribute(String xmlIdValue)
XmlIdAttribute
, See xml:idxmlIdValue
- The type is String
public Dr3dSceneElement newDr3dSceneElement()
public DrawAElement newDrawAElement(String xlinkHrefValue, String xlinkTypeValue)
xlinkHrefValue
- the String
value of XlinkHrefAttribute
, see xlink:href at specificationxlinkTypeValue
- the String
value of XlinkTypeAttribute
, see xlink:type at specification
Child element is new in Odf 1.2public DrawCaptionElement newDrawCaptionElement()
public DrawCircleElement newDrawCircleElement()
public DrawConnectorElement newDrawConnectorElement(int svgViewBoxValue)
svgViewBoxValue
- the Integer
value of SvgViewBoxAttribute
, see svg:viewBox at specification
Child element is new in Odf 1.2public DrawControlElement newDrawControlElement(String drawControlValue)
drawControlValue
- the String
value of DrawControlAttribute
, see draw:control at specification
Child element is new in Odf 1.2public DrawCustomShapeElement newDrawCustomShapeElement()
public DrawEllipseElement newDrawEllipseElement()
public DrawFrameElement newDrawFrameElement()
public DrawGElement newDrawGElement()
public DrawLineElement newDrawLineElement(String svgX1Value, String svgX2Value, String svgY1Value, String svgY2Value)
svgX1Value
- the String
value of SvgX1Attribute
, see svg:x1 at specificationsvgX2Value
- the String
value of SvgX2Attribute
, see svg:x2 at specificationsvgY1Value
- the String
value of SvgY1Attribute
, see svg:y1 at specificationsvgY2Value
- the String
value of SvgY2Attribute
, see svg:y2 at specification
Child element is new in Odf 1.2public DrawMeasureElement newDrawMeasureElement(String svgX1Value, String svgX2Value, String svgY1Value, String svgY2Value)
svgX1Value
- the String
value of SvgX1Attribute
, see svg:x1 at specificationsvgX2Value
- the String
value of SvgX2Attribute
, see svg:x2 at specificationsvgY1Value
- the String
value of SvgY1Attribute
, see svg:y1 at specificationsvgY2Value
- the String
value of SvgY2Attribute
, see svg:y2 at specification
Child element is new in Odf 1.2public DrawPageThumbnailElement newDrawPageThumbnailElement()
public DrawPathElement newDrawPathElement(String svgDValue, int svgViewBoxValue)
svgDValue
- the String
value of SvgDAttribute
, see svg:d at specificationsvgViewBoxValue
- the Integer
value of SvgViewBoxAttribute
, see svg:viewBox at specification
Child element is new in Odf 1.2public DrawPolygonElement newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
drawPointsValue
- the String
value of DrawPointsAttribute
, see draw:points at specificationsvgViewBoxValue
- the Integer
value of SvgViewBoxAttribute
, see svg:viewBox at specification
Child element is new in Odf 1.2public DrawPolylineElement newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
drawPointsValue
- the String
value of DrawPointsAttribute
, see draw:points at specificationsvgViewBoxValue
- the Integer
value of SvgViewBoxAttribute
, see svg:viewBox at specification
Child element is new in Odf 1.2public DrawRectElement newDrawRectElement()
public DrawRegularPolygonElement newDrawRegularPolygonElement(boolean drawConcaveValue, int drawCornersValue)
drawConcaveValue
- the Boolean
value of DrawConcaveAttribute
, see draw:concave at specificationdrawCornersValue
- the Integer
value of DrawCornersAttribute
, see draw:corners at specification
Child element is new in Odf 1.2public OfficeAnnotationElement newOfficeAnnotationElement()
public OfficeAnnotationEndElement newOfficeAnnotationEndElement(String officeNameValue)
officeNameValue
- the String
value of OfficeNameAttribute
, see office:name at specification
Child element is new in Odf 1.2public PresentationDateTimeElement newPresentationDateTimeElement()
public PresentationFooterElement newPresentationFooterElement()
public PresentationHeaderElement newPresentationHeaderElement()
public TextAElement newTextAElement(String xlinkHrefValue, String xlinkTypeValue)
xlinkHrefValue
- the String
value of XlinkHrefAttribute
, see xlink:href at specificationxlinkTypeValue
- the String
value of XlinkTypeAttribute
, see xlink:type at specification
Child element is new in Odf 1.2public TextAlphabeticalIndexMarkElement newTextAlphabeticalIndexMarkElement(String textStringValueValue)
textStringValueValue
- the String
value of TextStringValueAttribute
, see text:string-value at specification
Child element is new in Odf 1.2public TextAlphabeticalIndexMarkEndElement newTextAlphabeticalIndexMarkEndElement(String textIdValue)
textIdValue
- the String
value of TextIdAttribute
, see text:id at specification
Child element is new in Odf 1.2public TextAlphabeticalIndexMarkStartElement newTextAlphabeticalIndexMarkStartElement(String textIdValue)
textIdValue
- the String
value of TextIdAttribute
, see text:id at specification
Child element is new in Odf 1.2public TextAuthorInitialsElement newTextAuthorInitialsElement()
public TextAuthorNameElement newTextAuthorNameElement()
public TextBibliographyMarkElement newTextBibliographyMarkElement(String textBibliographyTypeValue)
textBibliographyTypeValue
- the String
value of TextBibliographyTypeAttribute
, see text:bibliography-type at specification
Child element is new in Odf 1.2public TextBookmarkElement newTextBookmarkElement(String textNameValue)
textNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextBookmarkEndElement newTextBookmarkEndElement(String textNameValue)
textNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextBookmarkRefElement newTextBookmarkRefElement()
public TextBookmarkStartElement newTextBookmarkStartElement(String textNameValue)
textNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextChangeElement newTextChangeElement(String textChangeIdValue)
textChangeIdValue
- the String
value of TextChangeIdAttribute
, see text:change-id at specification
Child element is new in Odf 1.2public TextChangeEndElement newTextChangeEndElement(String textChangeIdValue)
textChangeIdValue
- the String
value of TextChangeIdAttribute
, see text:change-id at specification
Child element is new in Odf 1.2public TextChangeStartElement newTextChangeStartElement(String textChangeIdValue)
textChangeIdValue
- the String
value of TextChangeIdAttribute
, see text:change-id at specification
Child element is new in Odf 1.2public TextChapterElement newTextChapterElement(String textDisplayValue, int textOutlineLevelValue)
textDisplayValue
- the String
value of TextDisplayAttribute
, see text:display at specificationtextOutlineLevelValue
- the Integer
value of TextOutlineLevelAttribute
, see text:outline-level at specification
Child element is new in Odf 1.2public TextCharacterCountElement newTextCharacterCountElement(String styleNumFormatValue)
styleNumFormatValue
- the String
value of StyleNumFormatAttribute
, see style:num-format at specification
Child element is new in Odf 1.2public TextConditionalTextElement newTextConditionalTextElement(String textConditionValue, String textStringValueIfFalseValue, String textStringValueIfTrueValue)
textConditionValue
- the String
value of TextConditionAttribute
, see text:condition at specificationtextStringValueIfFalseValue
- the String
value of TextStringValueIfFalseAttribute
, see text:string-value-if-false at specificationtextStringValueIfTrueValue
- the String
value of TextStringValueIfTrueAttribute
, see text:string-value-if-true at specification
Child element is new in Odf 1.2public TextCreationDateElement newTextCreationDateElement()
public TextCreationTimeElement newTextCreationTimeElement()
public TextCreatorElement newTextCreatorElement()
public TextDatabaseDisplayElement newTextDatabaseDisplayElement(String textColumnNameValue, String textTableNameValue)
textColumnNameValue
- the String
value of TextColumnNameAttribute
, see text:column-name at specificationtextTableNameValue
- the String
value of TextTableNameAttribute
, see text:table-name at specification
Child element is new in Odf 1.2public TextDatabaseNameElement newTextDatabaseNameElement(String textTableNameValue)
textTableNameValue
- the String
value of TextTableNameAttribute
, see text:table-name at specification
Child element is new in Odf 1.2public TextDatabaseNextElement newTextDatabaseNextElement(String textTableNameValue)
textTableNameValue
- the String
value of TextTableNameAttribute
, see text:table-name at specification
Child element is new in Odf 1.2public TextDatabaseRowNumberElement newTextDatabaseRowNumberElement(String styleNumFormatValue, String textTableNameValue)
styleNumFormatValue
- the String
value of StyleNumFormatAttribute
, see style:num-format at specificationtextTableNameValue
- the String
value of TextTableNameAttribute
, see text:table-name at specification
Child element is new in Odf 1.2public TextDatabaseRowSelectElement newTextDatabaseRowSelectElement(String textTableNameValue)
textTableNameValue
- the String
value of TextTableNameAttribute
, see text:table-name at specification
Child element is new in Odf 1.2public TextDateElement newTextDateElement()
public TextDdeConnectionElement newTextDdeConnectionElement(String textConnectionNameValue)
textConnectionNameValue
- the String
value of TextConnectionNameAttribute
, see text:connection-name at specification
Child element is new in Odf 1.2public TextDescriptionElement newTextDescriptionElement()
public TextEditingCyclesElement newTextEditingCyclesElement()
public TextEditingDurationElement newTextEditingDurationElement()
public TextExecuteMacroElement newTextExecuteMacroElement()
public TextExpressionElement newTextExpressionElement(double officeValueValue, String officeValueTypeValue)
officeValueValue
- the Double
value of OfficeValueAttribute
, see office:value at specificationofficeValueTypeValue
- the String
value of OfficeValueTypeAttribute
, see office:value-type at specification
Child element is new in Odf 1.2public TextFileNameElement newTextFileNameElement()
public TextHiddenParagraphElement newTextHiddenParagraphElement(String textConditionValue)
textConditionValue
- the String
value of TextConditionAttribute
, see text:condition at specification
Child element is new in Odf 1.2public TextHiddenTextElement newTextHiddenTextElement(String textConditionValue, String textStringValueValue)
textConditionValue
- the String
value of TextConditionAttribute
, see text:condition at specificationtextStringValueValue
- the String
value of TextStringValueAttribute
, see text:string-value at specification
Child element is new in Odf 1.2public TextImageCountElement newTextImageCountElement(String styleNumFormatValue)
styleNumFormatValue
- the String
value of StyleNumFormatAttribute
, see style:num-format at specification
Child element is new in Odf 1.2public TextInitialCreatorElement newTextInitialCreatorElement()
public TextKeywordsElement newTextKeywordsElement()
public TextLineBreakElement newTextLineBreakElement()
public TextMeasureElement newTextMeasureElement(String textKindValue)
textKindValue
- the String
value of TextKindAttribute
, see text:kind at specification
Child element is new in Odf 1.2public TextMetaElement newTextMetaElement()
public TextMetaFieldElement newTextMetaFieldElement(String xmlIdValue)
xmlIdValue
- the String
value of XmlIdAttribute
, see xml:id at specification
Child element is new in Odf 1.2public TextModificationDateElement newTextModificationDateElement()
public TextModificationTimeElement newTextModificationTimeElement()
public TextNoteElement newTextNoteElement(String textNoteClassValue)
textNoteClassValue
- the String
value of TextNoteClassAttribute
, see text:note-class at specification
Child element is new in Odf 1.2public TextNoteRefElement newTextNoteRefElement(String textNoteClassValue)
textNoteClassValue
- the String
value of TextNoteClassAttribute
, see text:note-class at specification
Child element is new in Odf 1.2public TextObjectCountElement newTextObjectCountElement(String styleNumFormatValue)
styleNumFormatValue
- the String
value of StyleNumFormatAttribute
, see style:num-format at specification
Child element is new in Odf 1.2public TextPageContinuationElement newTextPageContinuationElement(String textSelectPageValue)
textSelectPageValue
- the String
value of TextSelectPageAttribute
, see text:select-page at specification
Child element is new in Odf 1.2public TextPageCountElement newTextPageCountElement(String styleNumFormatValue)
styleNumFormatValue
- the String
value of StyleNumFormatAttribute
, see style:num-format at specification
Child element is new in Odf 1.2public TextPageNumberElement newTextPageNumberElement(String styleNumFormatValue)
styleNumFormatValue
- the String
value of StyleNumFormatAttribute
, see style:num-format at specification
Child element is new in Odf 1.2public TextPageVariableGetElement newTextPageVariableGetElement(String styleNumFormatValue)
styleNumFormatValue
- the String
value of StyleNumFormatAttribute
, see style:num-format at specification
Child element is new in Odf 1.2public TextPageVariableSetElement newTextPageVariableSetElement()
public TextParagraphCountElement newTextParagraphCountElement(String styleNumFormatValue)
styleNumFormatValue
- the String
value of StyleNumFormatAttribute
, see style:num-format at specification
Child element is new in Odf 1.2public TextPlaceholderElement newTextPlaceholderElement(String textPlaceholderTypeValue)
textPlaceholderTypeValue
- the String
value of TextPlaceholderTypeAttribute
, see text:placeholder-type at specification
Child element is new in Odf 1.2public TextPrintDateElement newTextPrintDateElement()
public TextPrintTimeElement newTextPrintTimeElement()
public TextPrintedByElement newTextPrintedByElement()
public TextReferenceMarkElement newTextReferenceMarkElement(String textNameValue)
textNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextReferenceMarkEndElement newTextReferenceMarkEndElement(String textNameValue)
textNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextReferenceMarkStartElement newTextReferenceMarkStartElement(String textNameValue)
textNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextReferenceRefElement newTextReferenceRefElement()
public TextRubyElement newTextRubyElement()
public TextSElement newTextSElement()
public TextScriptElement newTextScriptElement()
public TextSenderCityElement newTextSenderCityElement()
public TextSenderCompanyElement newTextSenderCompanyElement()
public TextSenderCountryElement newTextSenderCountryElement()
public TextSenderEmailElement newTextSenderEmailElement()
public TextSenderFaxElement newTextSenderFaxElement()
public TextSenderFirstnameElement newTextSenderFirstnameElement()
public TextSenderInitialsElement newTextSenderInitialsElement()
public TextSenderLastnameElement newTextSenderLastnameElement()
public TextSenderPhonePrivateElement newTextSenderPhonePrivateElement()
public TextSenderPhoneWorkElement newTextSenderPhoneWorkElement()
public TextSenderPositionElement newTextSenderPositionElement()
public TextSenderPostalCodeElement newTextSenderPostalCodeElement()
public TextSenderStateOrProvinceElement newTextSenderStateOrProvinceElement()
public TextSenderStreetElement newTextSenderStreetElement()
public TextSenderTitleElement newTextSenderTitleElement()
public TextSequenceElement newTextSequenceElement(String styleNumFormatValue, String textNameValue)
styleNumFormatValue
- the String
value of StyleNumFormatAttribute
, see style:num-format at specificationtextNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextSequenceRefElement newTextSequenceRefElement()
public TextSheetNameElement newTextSheetNameElement()
public TextSoftPageBreakElement newTextSoftPageBreakElement()
public TextSpanElement newTextSpanElement()
public TextSubjectElement newTextSubjectElement()
public TextTabElement newTextTabElement()
public TextTableCountElement newTextTableCountElement(String styleNumFormatValue)
styleNumFormatValue
- the String
value of StyleNumFormatAttribute
, see style:num-format at specification
Child element is new in Odf 1.2public TextTableFormulaElement newTextTableFormulaElement()
public TextTemplateNameElement newTextTemplateNameElement()
public TextTextInputElement newTextTextInputElement()
public TextTimeElement newTextTimeElement()
public TextTitleElement newTextTitleElement()
public TextTocMarkElement newTextTocMarkElement(String textStringValueValue)
textStringValueValue
- the String
value of TextStringValueAttribute
, see text:string-value at specification
Child element is new in Odf 1.2public TextTocMarkEndElement newTextTocMarkEndElement(String textIdValue)
textIdValue
- the String
value of TextIdAttribute
, see text:id at specification
Child element is new in Odf 1.2public TextTocMarkStartElement newTextTocMarkStartElement(String textIdValue)
textIdValue
- the String
value of TextIdAttribute
, see text:id at specification
Child element is new in Odf 1.2public TextUserDefinedElement newTextUserDefinedElement(String textNameValue)
textNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextUserFieldGetElement newTextUserFieldGetElement(String textNameValue)
textNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextUserFieldInputElement newTextUserFieldInputElement(String textNameValue)
textNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextUserIndexMarkElement newTextUserIndexMarkElement(String textIndexNameValue, String textStringValueValue)
textIndexNameValue
- the String
value of TextIndexNameAttribute
, see text:index-name at specificationtextStringValueValue
- the String
value of TextStringValueAttribute
, see text:string-value at specification
Child element is new in Odf 1.2public TextUserIndexMarkEndElement newTextUserIndexMarkEndElement(String textIdValue)
textIdValue
- the String
value of TextIdAttribute
, see text:id at specification
Child element is new in Odf 1.2public TextUserIndexMarkStartElement newTextUserIndexMarkStartElement(String textIdValue, String textIndexNameValue)
textIdValue
- the String
value of TextIdAttribute
, see text:id at specificationtextIndexNameValue
- the String
value of TextIndexNameAttribute
, see text:index-name at specification
Child element is new in Odf 1.2public TextVariableGetElement newTextVariableGetElement(String textNameValue)
textNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextVariableInputElement newTextVariableInputElement(String officeValueTypeValue, String textNameValue)
officeValueTypeValue
- the String
value of OfficeValueTypeAttribute
, see office:value-type at specificationtextNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextVariableSetElement newTextVariableSetElement(double officeValueValue, String officeValueTypeValue, String textNameValue)
officeValueValue
- the Double
value of OfficeValueAttribute
, see office:value at specificationofficeValueTypeValue
- the String
value of OfficeValueTypeAttribute
, see office:value-type at specificationtextNameValue
- the String
value of TextNameAttribute
, see text:name at specification
Child element is new in Odf 1.2public TextWordCountElement newTextWordCountElement(String styleNumFormatValue)
styleNumFormatValue
- the String
value of StyleNumFormatAttribute
, see style:num-format at specification
Child element is new in Odf 1.2public void accept(ElementVisitor visitor)
OdfElement
accept
in class OdfElement
visitor
- an instance of DefaultElementVisitorpublic void newTextNode(String content)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.