public class IndentProp extends java.lang.Object implements GenericRecord
| Constructor and Description | 
|---|
IndentProp(int charactersCovered, short indentLevel) 
            
              Generate the definition of a given text indent 
               |  
          
| Modifier and Type | Method and Description | 
|---|---|
int |  
           getCharactersCovered() 
            
              Fetch the number of characters this styling applies to 
             (获取此样式适用的字符数) 
               |  
          
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |  
           getGenericProperties()  |  
          
int |  
           getIndentLevel()  |  
          
void |  
           setIndentLevel(int indentLevel) 
            
              Sets the indent level, which can be between 0 and 4 
             (设置缩进级别,可以在 0 到 4 之间) 
               |  
          
void |  
           updateTextSize(int textSize) 
            
              Update the size of the text that this set of properties applies to 
             (更新这组属性适用的文本大小) 
               |  
          
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic IndentProp(int charactersCovered,
                  short indentLevel) 
          public int getCharactersCovered()
public int getIndentLevel()
public void setIndentLevel(int indentLevel)
public void updateTextSize(int textSize)
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface  
            GenericRecord 
            (接口 GenericRecord 中的 getGenericProperties) 
           Copyright 2021 The Apache Software Foundation or its licensors, as applicable.