Pubblico API Modifiche Aspose.Diagram 5.7.0

Imposta le stringhe del modello di data sulla linea temporale

I nuovi metodi setDateFormatStringForBE e setDateFormatStringForIntm sono stati aggiunti alla classe TimelineHelper. Esempi di codici:

Java

 // set DateFormat String for start and finish of timeline shape

timelineHelper.setDateFormatStringForBE("yyyy-MM-dd");

// set DateFormat String for intm of timeline shape

timelineHelper.setDateFormatStringForIntm("yyyy-MM-dd");