DisplayTextFormatterSupport

DisplayTextFormatterSupport

Genel Bakış

DisplayTextFormatterSupport Java için Aspose.Cells FOSS sınıfıdır.

İç kullanım sınıfı, görüntü metin bölümlerini seçmek ve biçimlendirmek için.

Bu sınıf, Java programlarında DisplayTextFormatterSupport nesnelerle çalışmak için 16 yöntem sunar. Mevcut yöntemler şunları içerir: containsNumericPlaceholder, convertToDouble, evaluateCondition, expandSectionPattern, getAbsoluteNumericValue, isNumericValue, parseSections, sanitizeNumericSection, selectDateTimeSection, selectNumericSection, selectTextSection, shouldUseAbsoluteValue,4 adet daha yöntem. Tüm ihraç edilen üyeleri, Java paket için Aspose.Cells FOSS’u yükledikten sonra herhangi bir Java uygulamasına erişilebilir.

Açıklama

DisplayTextFormatterSupport Java için FOSS kütüphanesinde 17 yöntem ve 0 programlama özellikleri olan bir sınıf.

Yöntemler

SignatureAçıklama
parseSections(formatCode: String)List<DisplayFormatSectionInfo>Format kodu bölüm info nesneler listesine yerleştirin.
splitSections(formatCode: String)List<String>Bölümleri bölünür.
tryParseSectionCondition(section: String, conditionOperator: String[], conditionValue: double[])booleanParse bölüm koşullarını işleme çabaları.
tryParseConditionToken(token: String, conditionOperator: String[], conditionValue: double[])booleanParse koşul token işlemini denemek.
evaluateCondition(conditionOperator: String, numericValue: double, conditionValue: double)booleanDurumu değerlendiriyor.
shouldUseAbsoluteValue(section: String, numericValue: double)booleanİşlemler mutlak değer kullanmalıdır.
sanitizeNumericSection(section: String)StringSayısal bölümde sanitasyon yapılır.
stripDirectiveBrackets(section: String, preserveElapsedTokens: boolean)StringDirektif çubukları yapılır.
containsNumericPlaceholder(pattern: String)booleanİçeriğin sayısal bir yer tutarını kontrol edin.
expandSectionPattern(pattern: String, valueText: String, replaceTextPlaceholder: boolean)StringBölüm modelini genişletin.
isNumericValue(value: Object)booleanSayısal değeri gösterir.
convertToDouble(value: Object)doubleİkili dönüştürülür.
getAbsoluteNumericValue(value: Object)Objectİşlemler mutlak sayı değeri elde eder.
selectNumericSection(sections: List<DisplayFormatSectionInfo>, numericValue: double)DisplayFormatSectionInfoDeğerine göre uygun sayısal bölüm seçilir.
selectNumericSection(sections: List<DisplayFormatSectionInfo>, numericValue: double, useAbsoluteValue: boolean[])DisplayFormatSectionInfoUygun sayı bölümü seçin ve biçimlendirme mutlak değer kullanmalı olup olmadığını bildirin.
selectTextSection(sections: List<DisplayFormatSectionInfo>)DisplayFormatSectionInfoFormat bölümlerinden metin bölümü seçin.
selectDateTimeSection(sections: List<DisplayFormatSectionInfo>)DisplayFormatSectionInfoFormat bölümlerinden Tarih/Zaman bölümü seçin.

Ayrıca bakın

 Türkçe