أنواع التعبئة
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class FillTypes extends System.Enum
أنواع التعبئة للفرشاة.
الحقول
| حقل | الوصف |
|---|---|
| Unknown | نوع تعبئة غير معروف. |
| NoFill | لا حاجة للتعبئة |
| Uniform | تعبئة موحدة. |
| Fountain | تعبئة نافورة. |
| Postscript | تعبئة Postscript. |
| TwoColorPattern | تعبئة بنمط لونين. |
| ImportedBitmap | تعبئة بنمط bitmap. |
| FullColorPattern | تعبئة بنمط متجه. |
| Texture | تعبئة نسيجية. |
Unknown
public static final int Unknown
نوع تعبئة غير معروف.
NoFill
public static final int NoFill
لا حاجة للتعبئة
Uniform
public static final int Uniform
تعبئة موحدة. تطبيق لون تعبئة صلب.
Fountain
public static final int Fountain
تعبئة نافورة. تطبيق تدرج من الألوان أو الظلال.
Postscript
public static final int Postscript
ملء بوستسكريبت. تطبيق ملء نسيج بوستسكريبت معقد.
TwoColorPattern
public static final int TwoColorPattern
تعبئة بنمط لونين.
ImportedBitmap
public static final int ImportedBitmap
تعبئة بنمط bitmap.
FullColorPattern
public static final int FullColorPattern
تعبئة بنمط متجه.
Texture
public static final int Texture
تعبئة نسيجية.