Uses of Class
org.docx4j.dml.CTHyperlink
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTHyperlink in org.docx4j.dml
Fields in org.docx4j.dml declared as CTHyperlink Modifier and Type Field Description protected CTHyperlinkCTNonVisualDrawingProps. hlinkClickprotected CTHyperlinkCTTextCharacterProperties. hlinkClickprotected CTHyperlinkCTNonVisualDrawingProps. hlinkHoverprotected CTHyperlinkCTTextCharacterProperties. hlinkMouseOverMethods in org.docx4j.dml that return CTHyperlink Modifier and Type Method Description CTHyperlinkObjectFactory. createCTHyperlink()Create an instance ofCTHyperlinkCTHyperlinkCTNonVisualDrawingProps. getHlinkClick()Gets the value of the hlinkClick property.CTHyperlinkCTTextCharacterProperties. getHlinkClick()Gets the value of the hlinkClick property.CTHyperlinkCTNonVisualDrawingProps. getHlinkHover()Gets the value of the hlinkHover property.CTHyperlinkCTTextCharacterProperties. getHlinkMouseOver()Gets the value of the hlinkMouseOver property.Methods in org.docx4j.dml with parameters of type CTHyperlink Modifier and Type Method Description voidCTNonVisualDrawingProps. setHlinkClick(CTHyperlink value)Sets the value of the hlinkClick property.voidCTTextCharacterProperties. setHlinkClick(CTHyperlink value)Sets the value of the hlinkClick property.voidCTNonVisualDrawingProps. setHlinkHover(CTHyperlink value)Sets the value of the hlinkHover property.voidCTTextCharacterProperties. setHlinkMouseOver(CTHyperlink value)Sets the value of the hlinkMouseOver property.