ITextParagraphFormat.GetTab(Int32, Single, TabAlignment, TabLeader) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取指定索引標籤的相關資訊。
public:
void GetTab(int index, [Out] float & position, [Out] TabAlignment & align, [Out] TabLeader & leader);
void GetTab(int const& index, [Out] float & position, [Out] TabAlignment & align, [Out] TabLeader & leader);
public void GetTab(int index, out float position, out TabAlignment align, out TabLeader leader);
Public Sub GetTab (index As Integer, ByRef position As Single, ByRef align As TabAlignment, ByRef leader As TabLeader)
參數
- index
-
Int32
int
要擷取之索引標籤之以零起始的索引。
- position
-
Single
float
索引標籤的位置,以浮點為單位。 如果索引標籤不存在,此參數為零。
- align
- TabAlignment
定位點位置的對齊選項。
- leader
- TabLeader
用來填滿定位字元所取用空格的字元。