Uses of Class
org.pptx4j.pml.CTTimeNodeList
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CTTimeNodeList in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTTimeNodeList Modifier and Type Field Description protected CTTimeNodeListCTTLCommonTimeNodeData. childTnLstprotected CTTimeNodeListCTTLCommonTimeNodeData. subTnLstprotected CTTimeNodeListCTSlideTiming. tnLstprotected CTTimeNodeListCTTLTemplate. tnLstMethods in org.pptx4j.pml that return CTTimeNodeList Modifier and Type Method Description CTTimeNodeListObjectFactory. createCTTimeNodeList()Create an instance ofCTTimeNodeListCTTimeNodeListCTTLCommonTimeNodeData. getChildTnLst()Gets the value of the childTnLst property.CTTimeNodeListCTTLCommonTimeNodeData. getSubTnLst()Gets the value of the subTnLst property.CTTimeNodeListCTSlideTiming. getTnLst()Gets the value of the tnLst property.CTTimeNodeListCTTLTemplate. getTnLst()Gets the value of the tnLst property.Methods in org.pptx4j.pml with parameters of type CTTimeNodeList Modifier and Type Method Description voidCTTLCommonTimeNodeData. setChildTnLst(CTTimeNodeList value)Sets the value of the childTnLst property.voidCTTLCommonTimeNodeData. setSubTnLst(CTTimeNodeList value)Sets the value of the subTnLst property.voidCTSlideTiming. setTnLst(CTTimeNodeList value)Sets the value of the tnLst property.voidCTTLTemplate. setTnLst(CTTimeNodeList value)Sets the value of the tnLst property.