LineFormat
סקירה כללית
LineFormat הוא שיעור ב Aspose.Slides FOSS עבור Java. מורשת מ : ILineFormat.
הוא מייצג את צורת קו.
שיעור זה מספק 32 שיטות לעבוד עם אובייקטים LineFormat בתוכניות Java. שיטות זמינות כוללות: LineFormat, getAlignment, getBeginArrowheadLength, getBeginArrowheadStyle, getBeginArrowheadWidth, getCapStyle, getCustomDashPattern, getDashStyle, getEndArrowheadLength, getEndArrowheadStyle, getEndArrowheadWidth, getFillFormat,19 שיטות נוספות. כל החברים הציבוריים זמינים לכל יישום Java לאחר התקנת Aspose.Slides FOSS עבור חבילת Java. רכוש : alignment, beginArrowheadLength, beginArrowheadStyle, beginArrowheadWidth, capStyle, customDashPattern,ועוד 10 עוד.
נכסים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
formatNotDefined | boolean | קראו | הצורה לא מוגדרת. |
fillFormat | ILineFillFormat | קראו | מקבל את הפורמט המלא. |
width | double | קראו | מקבל את הרחבה. |
dashStyle | LineDashStyle | קראו | זה בסגנון Dash. |
customDashPattern | List<Double> | קראו | מקבל את הדפוס המותאם אישית. |
capStyle | LineCapStyle | קראו | מקבל את סגנון הקופסה. |
style | LineStyle | קראו | מקבל את הסגנון. |
alignment | LineAlignment | קראו | מקבל את ההסכמה. |
joinStyle | LineJoinStyle | קראו | מקבל את הסגנון הצטרף. |
miterLimit | double | קראו | מקבל את הגבול של המטר. |
beginArrowheadStyle | LineArrowheadStyle | קראו | הוא מתחיל בסגנון של אקדח. |
endArrowheadStyle | LineArrowheadStyle | קראו | בסופו של דבר, הוא מקבל את סגנון ה-Arrowhead. |
beginArrowheadWidth | LineArrowheadWidth | קראו | מקבל את תחילת רוחב הקשת. |
endArrowheadWidth | LineArrowheadWidth | קראו | מקבל את רוחב הקצה של הגלגל. |
beginArrowheadLength | LineArrowheadLength | קראו | מקבל את אורך ראש המתחיל. |
endArrowheadLength | LineArrowheadLength | קראו | מקבל את אורך הקשת הסופית. |
שיטות
| חתימה | תיאור |
|---|---|
LineFormat(parentElement: Element, saveCallback: Runnable, lnTag: String) | יצירת LineFormat חדש תומך על ידי אלמנט XML הורי מסוים. |
LineFormat(parentElement: Element, saveCallback: Runnable) | יצירת LineFormat חדש עם התגית שורה ברירת המחדל “ln”. |
isFormatNotDefined() → boolean | החזיר את האמת אם פורמט לא מוגדר. |
getFillFormat() → ILineFillFormat | החזיר את הפורמט המלא. |
getWidth() → double | להחזיר את רוחב. |
setWidth(value: double) | להגדיר את ערך הרחבה. |
getDashStyle() → LineDashStyle | חזר לסגנון הדאש. |
setDashStyle(value: LineDashStyle) | להגדיר את הערך של סגנון dash. |
getCustomDashPattern() → List<Double> | החזיר את דפוס הדאש המוגדר. |
setCustomDashPattern(value: List<Double>) | הגדרת הערך של דפוס Dash המותאם אישית. |
getCapStyle() → LineCapStyle | חזר לסגנון הקופ. |
setCapStyle(value: LineCapStyle) | להגדיר את הערך של סגנון קפ. |
getStyle() → LineStyle | חזר את הסגנון. |
setStyle(value: LineStyle) | להגדיר את הערך של הסגנון. |
getAlignment() → LineAlignment | להחזיר את ההסדר. |
setAlignment(value: LineAlignment) | להגדיר את ערך ההתאמה. |
getJoinStyle() → LineJoinStyle | החזיר את סגנון ההצטרפות. |
setJoinStyle(value: LineJoinStyle) | הגדרת ערך סגנון הצטרפות. |
getMiterLimit() → double | החזיר את הגבול של המטר. |
setMiterLimit(value: double) | הגדרת הערך המוגבל של מיטר. |
getBeginArrowheadStyle() → LineArrowheadStyle | החזרה לסגנון ההתחלה של הכתם. |
setBeginArrowheadStyle(value: LineArrowheadStyle) | הגדר את הערך של תחילת סגנון Arrowhead. |
getEndArrowheadStyle() → LineArrowheadStyle | החזיר את הסגנון של הגלגלים. |
setEndArrowheadStyle(value: LineArrowheadStyle) | הגדרת הערך בסגנון Arrowhead. |
getBeginArrowheadWidth() → LineArrowheadWidth | החזיר את רוחב ראש המתחיל. |
setBeginArrowheadWidth(value: LineArrowheadWidth) | הגדר את הערך של רוחב ראש ההתחלה. |
getEndArrowheadWidth() → LineArrowheadWidth | החזיר את רוחב הקצה. |
setEndArrowheadWidth(value: LineArrowheadWidth) | הגדרת ערך רוחב הקצה. |
getBeginArrowheadLength() → LineArrowheadLength | החזיר את אורך ראש המתחיל. |
setBeginArrowheadLength(value: LineArrowheadLength) | הגדרת ערך אורך ראש ההתחלה. |
getEndArrowheadLength() → LineArrowheadLength | החזיר את אורך הקשת הסופית. |
setEndArrowheadLength(value: LineArrowheadLength) | הגדרת הערך של אורך ראש הקצה. |