Uses of Class
org.docx4j.dml.CTHyperlink
Packages that use CTHyperlink
-
Uses of CTHyperlink in org.docx4j.dml
Fields in org.docx4j.dml declared as CTHyperlinkModifier and TypeFieldDescriptionprotected CTHyperlinkCTNonVisualDrawingProps.hlinkClickprotected CTHyperlinkCTTextCharacterProperties.hlinkClickprotected CTHyperlinkCTNonVisualDrawingProps.hlinkHoverprotected CTHyperlinkCTTextCharacterProperties.hlinkMouseOverMethods in org.docx4j.dml that return CTHyperlinkModifier and TypeMethodDescriptionObjectFactory.createCTHyperlink()Create an instance ofCTHyperlinkCTNonVisualDrawingProps.getHlinkClick()Gets the value of the hlinkClick property.CTTextCharacterProperties.getHlinkClick()Gets the value of the hlinkClick property.CTNonVisualDrawingProps.getHlinkHover()Gets the value of the hlinkHover property.CTTextCharacterProperties.getHlinkMouseOver()Gets the value of the hlinkMouseOver property.Methods in org.docx4j.dml with parameters of type CTHyperlinkModifier and TypeMethodDescriptionvoidCTNonVisualDrawingProps.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.