public class TextMetaElement extends OdfElement
| Modifier and Type | Field and Description |
|---|---|
static OdfName |
ELEMENT_NAME |
localName, namespaceURIattributes, namefirstChild, fNodeListCache, ownerDocumentnextSibling, previousSiblingDOCUMENT_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_NODEATTRIBUTE_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_NODEDERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION| Constructor and Description |
|---|
TextMetaElement(OdfFileDom ownerDoc)
Create the instance of
TextMetaElement |
accept, cloneNode, cloneOdfElement, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, setOdfAttributeValue, toStringgetLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, getXMLBaseAttribute, isDerivedFrom, setPrefix, setTypegetAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getBaseURI, getChildElementCount, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getLastElementChild, getNextElementSibling, getNodeName, getNodeType, getPreviousElementSibling, getSchemaTypeInfo, getTagName, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeDatagetChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, synchronizeChildrengetNextSibling, getParentNode, getPreviousSiblingaddEventListener, appendChild, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserDataclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setUserDatapublic static final OdfName ELEMENT_NAME
public TextMetaElement(OdfFileDom ownerDoc)
TextMetaElementownerDoc - The type is OdfFileDompublic OdfName getOdfName()
getOdfName in class OdfElementOdfName the name of element text:meta.public String getXhtmlAboutAttribute()
XhtmlAboutAttribute ,
See xhtml:aboutString , the value or null, if the attribute is not set
and no default value defined.public void setXhtmlAboutAttribute(String xhtmlAboutValue)
XhtmlAboutAttribute , See
xhtml:aboutxhtmlAboutValue - The type is Stringpublic String getXhtmlContentAttribute()
XhtmlContentAttribute ,
See xhtml:contentString , the value or null, if the attribute is not set
and no default value defined.public void setXhtmlContentAttribute(String xhtmlContentValue)
XhtmlContentAttribute , See
xhtml:contentxhtmlContentValue - The type is Stringpublic String getXhtmlDatatypeAttribute()
XhtmlDatatypeAttribute ,
See xhtml:datatypeString , the value or null, if the attribute is not set
and no default value defined.public void setXhtmlDatatypeAttribute(String xhtmlDatatypeValue)
XhtmlDatatypeAttribute , See
xhtml:datatypexhtmlDatatypeValue - The type is Stringpublic String getXhtmlPropertyAttribute()
XhtmlPropertyAttribute ,
See xhtml:propertyString , the value or null, if the attribute is not set
and no default value defined.public void setXhtmlPropertyAttribute(String xhtmlPropertyValue)
XhtmlPropertyAttribute , See
xhtml:propertyxhtmlPropertyValue - The type is Stringpublic String getXmlIdAttribute()
XmlIdAttribute , See
xml:idString , 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 Stringpublic Dr3dSceneElement newDr3dSceneElement()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
public DrawCircleElement newDrawCircleElement()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
public DrawEllipseElement newDrawEllipseElement()
Child element is new in Odf 1.2
public DrawFrameElement newDrawFrameElement()
Child element is new in Odf 1.2
public DrawGElement newDrawGElement()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
public PresentationFooterElement newPresentationFooterElement()
Child element is new in Odf 1.2
public PresentationHeaderElement newPresentationHeaderElement()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
public TextAuthorNameElement newTextAuthorNameElement()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
public TextCreationTimeElement newTextCreationTimeElement()
Child element is new in Odf 1.2
public TextCreatorElement newTextCreatorElement()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
public TextEditingCyclesElement newTextEditingCyclesElement()
Child element is new in Odf 1.2
public TextEditingDurationElement newTextEditingDurationElement()
Child element is new in Odf 1.2
public TextExecuteMacroElement newTextExecuteMacroElement()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
public TextKeywordsElement newTextKeywordsElement()
Child element is new in Odf 1.2
public TextLineBreakElement newTextLineBreakElement()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
public TextModificationTimeElement newTextModificationTimeElement()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
public TextPrintTimeElement newTextPrintTimeElement()
Child element is new in Odf 1.2
public TextPrintedByElement newTextPrintedByElement()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
public TextRubyElement newTextRubyElement()
Child element is new in Odf 1.2
public TextSElement newTextSElement()
Child element is new in Odf 1.2
public TextScriptElement newTextScriptElement()
Child element is new in Odf 1.2
public TextSenderCityElement newTextSenderCityElement()
Child element is new in Odf 1.2
public TextSenderCompanyElement newTextSenderCompanyElement()
Child element is new in Odf 1.2
public TextSenderCountryElement newTextSenderCountryElement()
Child element is new in Odf 1.2
public TextSenderEmailElement newTextSenderEmailElement()
Child element is new in Odf 1.2
public TextSenderFaxElement newTextSenderFaxElement()
Child element is new in Odf 1.2
public TextSenderFirstnameElement newTextSenderFirstnameElement()
Child element is new in Odf 1.2
public TextSenderInitialsElement newTextSenderInitialsElement()
Child element is new in Odf 1.2
public TextSenderLastnameElement newTextSenderLastnameElement()
Child element is new in Odf 1.2
public TextSenderPhonePrivateElement newTextSenderPhonePrivateElement()
Child element is new in Odf 1.2
public TextSenderPhoneWorkElement newTextSenderPhoneWorkElement()
Child element is new in Odf 1.2
public TextSenderPositionElement newTextSenderPositionElement()
Child element is new in Odf 1.2
public TextSenderPostalCodeElement newTextSenderPostalCodeElement()
Child element is new in Odf 1.2
public TextSenderStateOrProvinceElement newTextSenderStateOrProvinceElement()
Child element is new in Odf 1.2
public TextSenderStreetElement newTextSenderStreetElement()
Child element is new in Odf 1.2
public TextSenderTitleElement newTextSenderTitleElement()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
public TextSheetNameElement newTextSheetNameElement()
Child element is new in Odf 1.2
public TextSoftPageBreakElement newTextSoftPageBreakElement()
Child element is new in Odf 1.2
public TextSpanElement newTextSpanElement()
Child element is new in Odf 1.2
public TextSubjectElement newTextSubjectElement()
Child element is new in Odf 1.2
public TextTabElement newTextTabElement()
Child element is new in Odf 1.2
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()
Child element is new in Odf 1.2
public TextTemplateNameElement newTextTemplateNameElement()
Child element is new in Odf 1.2
public TextTextInputElement newTextTextInputElement()
Child element is new in Odf 1.2
public TextTimeElement newTextTimeElement()
Child element is new in Odf 1.2
public TextTitleElement newTextTitleElement()
Child element is new in Odf 1.2
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 newTextNode(String content)
public void setTextContent(String content)
setTextContent in interface NodesetTextContent in class ParentNodeprotected void onRemoveNode()
onRemoveNode in class OdfElementprotected void onInsertNode()
onInsertNode in class OdfElementCopyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.