This topic has not yet been rated - Rate this topic

highlight element [Word 2003 XML Reference] --  Microsoft Office Word 2003 XML Software Development Kit

Office 2003

highlight element [Word 2003 XML Reference]

Marks text as highlighted so it stands out from the surrounding text.

Usage

      
<highlight
	val="highlightColorValues"
/>

    

Element Information

Element type highlightProperty
Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name XML Document 2003

Elements and Attributes

Parent Elements

ElementDescription
rPrRepresents run properties for the paragraph mark.
rPrRepresents properties of the contents of this run.
rPrRepresents the run properties for the list numbers.
rPrRepresents the character properties to override in the table style.
rPrRepresents the character properties for the style, if any.

Child Elements

None.

Attributes

AttributeTypeRequiredDescriptionPossible Values
valhighlightColorValuesrequiredGets or sets a highlight-color value.
  • black
  • blue
  • cyan
  • green
  • magenta
  • red
  • yellow
  • white
  • dark-blue
  • dark-cyan
  • dark-green
  • dark-magenta
  • dark-red
  • dark-yellow
  • dark-gray
  • light-gray
  • none

Definition

      
<xsd:element name="highlight" type="highlightProperty" minOccurs="0" >
</xsd:element>


    


©2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp
Did you find this helpful?
(1500 characters remaining)