Просмотр исходного кода

update docs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896923 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_1
PJ Fanning 2 лет назад
Родитель
Сommit
45770bd549
1 измененных файлов: 4 добавлений и 1 удалений
  1. 4
    1
      poi/src/main/java/org/apache/poi/sl/extractor/SlideShowExtractor.java

+ 4
- 1
poi/src/main/java/org/apache/poi/sl/extractor/SlideShowExtractor.java Просмотреть файл

import org.apache.poi.sl.usermodel.TextParagraph; import org.apache.poi.sl.usermodel.TextParagraph;
import org.apache.poi.sl.usermodel.TextRun; import org.apache.poi.sl.usermodel.TextRun;
import org.apache.poi.sl.usermodel.TextShape; import org.apache.poi.sl.usermodel.TextShape;
import org.apache.poi.util.Internal;
import org.apache.poi.util.LocaleUtil; import org.apache.poi.util.LocaleUtil;
import org.apache.poi.util.Removal; import org.apache.poi.util.Removal;


} }


/** /**
* Extract the used codepoints for font embedding / subsetting
* Extract the used codepoints for font embedding / subsetting. This method is not intended for public use.
*
* @param typeface the typeface/font family of the textruns to examine * @param typeface the typeface/font family of the textruns to examine
* @param italic use {@code true} for italic TextRuns, {@code false} for non-italic ones and * @param italic use {@code true} for italic TextRuns, {@code false} for non-italic ones and
* {@code null} if it doesn't matter * {@code null} if it doesn't matter
* {@code null} if it doesn't matter * {@code null} if it doesn't matter
* @return a bitset with the marked/used codepoints * @return a bitset with the marked/used codepoints
*/ */
@Internal
public SparseBitSet getCodepointsInSparseBitSet(String typeface, Boolean italic, Boolean bold) { public SparseBitSet getCodepointsInSparseBitSet(String typeface, Boolean italic, Boolean bold) {
final SparseBitSet glyphs = new SparseBitSet(); final SparseBitSet glyphs = new SparseBitSet();



Загрузка…
Отмена
Сохранить