申し込む/申し出s (警察などへの)密告,告訴(状) about which languages are supported by the 反対する.
Description
供給するs functionality for hyphenation of 選び出す/独身 words.
Its three main functionalities are to 供給する a suitable position for
breaking lines within a word, query about the 存在 of an 代案/選択肢
(一定の)期間ing at a 明確な/細部 position of a word and 供給する a 名簿(に載せる)/表(にあげる) of
possible hyphenation positions within a word.
A hyphenation position for a word with n characters is 代表するd
by a value in the 範囲 from 0 to n-2, 示すing the position
of the character after which the hyphenation is done. That is,
it is after the first and before the last character.
A valid hyphenation position is a hyphenation position that
実行するs all the 制限s 暗示するd by the 所有物/資産/財産s
MinLeading, MinTrailing and MinWordLength.
tries to find a valid hyphenation position 親族
to the beginning of a word.
公式文書,認める: Some languages, for example arabic, are written from 権利
to left.
Returns
the XHyphenatedWord for the last valid hyphenation position
that is いっそう少なく than or equal to nMaxLeading - 1.
If there is no such valid hyphenation position, NULL is returned.
Parameter aWord
is the word to be hyphenated.
Parameter aLocale
defines the language to be used.
If the language is not supported, an IllegalArgumentException
exception is raised.
Parameter nMaxLeading
明示するs the 最大限 number of characters to remain
before the hyphen in the hyphenated word.
It has to be greater than or equal to 0.
Parameter aProperties
供給するs 所有物/資産/財産 values to be used for this 機能(する)/行事 call only.
It is usually empty ーするために use the default values 供給(する)d
with the 所有物/資産/財産 始める,決める.
checks whether hyphenation at a position in a word will result in
an 代案/選択肢 (一定の)期間ing or not.
An 代案/選択肢 (一定の)期間ing position is a hyphen position where,
if hyphenation is done here, the 令状ing of the word changes.
Example: "Bäcker" in German pre (一定の)期間ing-改革(する) becomes
"Bäkker" if hyphenation is done after the "c".
The hyphenation position does not need to be a valid one to be an
代案/選択肢 (一定の)期間ing position.
Returns
the (警察などへの)密告,告訴(状) about the 代案/選択肢 (一定の)期間ing 設立する at the
明示するd position. さもなければ, if no 代案/選択肢 (一定の)期間ing was
設立する, NULL is returned.
Parameter aWord
is the 初めの word to be looked at for having an 代案/選択肢
(一定の)期間ing, if hyphenation is done at position nIndex.
Parameter aLocale
明示するs the language to be used.
If the language is not supported, an IllegalArgumentException
exception is raised.
Parameter nIndex
is the position in the word to be looked at.
If the length of the word is n, the value of this
parameter has to be in the 範囲 from 0 to n-2.
Parameter aProperties
供給するs 所有物/資産/財産 values to be used for this 機能(する)/行事 call only.
It is usually empty ーするために use the default values 供給(する)d
with the 所有物/資産/財産 始める,決める.